aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/plyr.polyfilled.js
blob: 0cc3c5261bf093058c259d5031fa305cedd331c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// ==========================================================================
// Plyr Polyfilled Build
// plyr.js v3.3.6
// https://github.com/sampotts/plyr
// License: The MIT License (MIT)
// ==========================================================================

import 'babel-polyfill';
import 'custom-event-polyfill';
import Plyr from './plyr';

export default Plyr;