aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/plyr.polyfilled.js
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-02-17 19:34:15 +1100
committerSam Potts <sam@potts.es>2018-02-17 19:34:15 +1100
commitf1895a4cceecfcedca9761f63ce10351338fe047 (patch)
tree5d699b746992187e1e5cbef29d1b591cb0560fa6 /src/js/plyr.polyfilled.js
parentc2a6306d469834df557f6fa0af58d8de7aa8de4e (diff)
downloadplyr-f1895a4cceecfcedca9761f63ce10351338fe047.tar.lz
plyr-f1895a4cceecfcedca9761f63ce10351338fe047.tar.xz
plyr-f1895a4cceecfcedca9761f63ce10351338fe047.zip
Pause button fix, polyfilled build, unminified builds
Diffstat (limited to 'src/js/plyr.polyfilled.js')
-rw-r--r--src/js/plyr.polyfilled.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/js/plyr.polyfilled.js b/src/js/plyr.polyfilled.js
new file mode 100644
index 00000000..d83b885b
--- /dev/null
+++ b/src/js/plyr.polyfilled.js
@@ -0,0 +1,14 @@
+// ==========================================================================
+// Plyr Polyfilled Build
+// plyr.js v3.0.0-beta.14
+// https://github.com/sampotts/plyr
+// License: The MIT License (MIT)
+// ==========================================================================
+
+import 'babel-polyfill';
+
+import 'custom-event-polyfill';
+
+import Plyr from './plyr';
+
+export default Plyr;