plyr/src/js/plyr.polyfilled.js
2020-02-14 17:37:32 +00:00

14 lines
376 B
JavaScript

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