Add URL polyfill

This commit is contained in:
Sam Potts
2018-05-20 23:40:00 +10:00
parent f4858f0c62
commit 41f9a87e0e
2 changed files with 20 additions and 9 deletions

View File

@ -7,6 +7,7 @@
import 'babel-polyfill';
import 'custom-event-polyfill';
import 'url-polyfill';
import Plyr from './plyr';
export default Plyr;