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