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 969a877a34 v3.3.10
2018-05-31 23:41:48 +10:00

14 lines
400 B
JavaScript

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