remove babel-polyfill and update plugins to work with uplifted version

This commit is contained in:
d98762625 2019-04-05 17:15:21 +01:00
parent af504891e4
commit d3e6200385
7 changed files with 28 additions and 38 deletions

View file

@ -37,8 +37,7 @@
"autoprefixer": "^9.5.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-polyfill": "^6.26.0",
"babel-plugin-dynamic-import-node": "^2.2.0",
"chromedriver": "^2.46.0",
"colors": "^1.3.3",
"css-loader": "^2.1.1",
@ -82,7 +81,6 @@
"worker-loader": "^2.0.0"
},
"dependencies": {
"@babel/polyfill": "^7.4.0",
"@babel/runtime": "^7.4.2",
"arrive": "^2.4.1",
"babel-plugin-transform-builtin-extend": "1.1.2",