fix: move babel polyfill to dependencies

This commit is contained in:
Clark Du 2018-09-04 22:05:19 +01:00
parent 3a0f094a7a
commit 3ca2f02674
No known key found for this signature in database
GPG Key ID: D0E5986AF78B86D9

View File

@ -65,6 +65,7 @@
},
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@nuxtjs/babel-preset-app": "^0.5.0",
"@nuxtjs/friendly-errors-webpack-plugin": "^2.0.2",
"@nuxtjs/opencollective": "^0.1.0",
@ -130,7 +131,6 @@
"webpackbar": "^2.6.3"
},
"devDependencies": {
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-core": "^7.0.0-0",
"babel-eslint": "^9.0.0",