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