plyr/src/js/plyr.polyfilled.js
Sam Potts c90f044dac v3.7.2
- Fix: Add `@babel/plugin-proposal-optional-chaining` to transform optional chaining in build output
2022-04-20 20:15:42 +10:00

14 lines
375 B
JavaScript

// ==========================================================================
// 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;