This repository has been archived on 2026-01-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
plyr/src/js/plyr.polyfilled.js
T
Sam Potts cd51788b98 v3.3.8
2018-05-26 13:53:15 +10:00

14 lines
399 B
JavaScript

// ==========================================================================
// Plyr Polyfilled Build
// plyr.js v3.3.8
// 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;