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