Use URL polyfill (#7664)

This commit is contained in:
Yamagishi Kazutoshi
2018-05-29 20:33:20 +09:00
committed by Eugen Rochko
parent 8bb74e50be
commit 13b60e6a14
3 changed files with 22 additions and 3 deletions

View File

@ -121,7 +121,8 @@
"webpack-bundle-analyzer": "^2.9.1",
"webpack-manifest-plugin": "^1.2.1",
"webpack-merge": "^4.1.1",
"websocket.js": "^0.1.12"
"websocket.js": "^0.1.12",
"whatwg-url": "^6.4.1"
},
"devDependencies": {
"babel-eslint": "^8.2.1",