blob: e9bdc14afc3de065d256db9e38a0028163c90ba3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// ==========================================================================
// Plyr Polyfilled Build
// plyr.js v3.4.0-beta.2
// https://github.com/sampotts/plyr
// License: The MIT License (MIT)
// ==========================================================================
import 'babel-polyfill';
import 'custom-event-polyfill';
import 'url-polyfill';
import Plyr from './plyr';
export default Plyr;
|