|
|
|
@ -48,6 +48,7 @@
|
|
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0", |
|
|
|
|
"babel-plugin-transform-runtime": "^6.23.0", |
|
|
|
|
"babel-plugin-transform-vue-jsx": "^3.5.0", |
|
|
|
|
"babel-polyfill": "^6.26.0", |
|
|
|
|
"babel-preset-env": "^1.6.1", |
|
|
|
|
"copy-webpack-plugin": "^4.5.2", |
|
|
|
|
"cross-env": "^5.2.0", |
|
|
|
@ -86,5 +87,14 @@
|
|
|
|
|
"webpack-cli": "^3.3.10", |
|
|
|
|
"webpack-dev-server": "^3.9.0", |
|
|
|
|
"webpack-merge": "^4.2.2" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"browserslist": [ |
|
|
|
|
"> 1%", |
|
|
|
|
"last 2 versions", |
|
|
|
|
"ie >= 9", |
|
|
|
|
"edge >= 12", |
|
|
|
|
"firefox >= 28", |
|
|
|
|
"chrome >= 29", |
|
|
|
|
"opera >= 17" |
|
|
|
|
] |
|
|
|
|
} |
|
|
|
|