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