plyr/src/js/plyr.polyfilled.js
2019-02-19 01:25:39 +11:00

13 lines
374 B
JavaScript

// ==========================================================================
// Plyr Polyfilled Build
// plyr.js v3.5.0
// https://github.com/sampotts/plyr
// License: The MIT License (MIT)
// ==========================================================================
import 'custom-event-polyfill';
import 'url-polyfill';
import Plyr from './plyr';
export default Plyr;