Remove babel-polyfill in favour of core-js

This commit is contained in:
Sam Potts 2018-09-25 22:25:35 +10:00
parent cc55092ca6
commit 3f48df8f10

View File

@ -5,7 +5,6 @@
// License: The MIT License (MIT) // License: The MIT License (MIT)
// ========================================================================== // ==========================================================================
import 'babel-polyfill';
import 'custom-event-polyfill'; import 'custom-event-polyfill';
import 'url-polyfill'; import 'url-polyfill';
import Plyr from './plyr'; import Plyr from './plyr';