aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/plyr.polyfilled.js
blob: 018cf5db93c522abb364f9a7c93b745b35bdd951 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// ==========================================================================
// Plyr Polyfilled Build
// plyr.js v3.6.5
// https://github.com/sampotts/plyr
// License: The MIT License (MIT)
// ==========================================================================

import 'custom-event-polyfill';
import 'url-polyfill';

import Plyr from './plyr';

export default Plyr;