blob: 574ad5e5eae5e734e2415f2e8a663c264c449ff7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// ==========================================================================
// Plyr Polyfilled Build
// plyr.js v3.3.22
// 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;
|