[Improvement] remove unused dependencies & scripts (#453)

This commit is contained in:
neverland
2017-12-19 19:03:42 +08:00
committed by GitHub
parent f83f75a83b
commit 05a724c0c8
7 changed files with 59 additions and 1431 deletions

View File

@@ -18,7 +18,7 @@ function getWebpackConfig(testFileName) {
options: {
babel: {
presets: ['env'],
plugins: ['transform-runtime', 'transform-vue-jsx']
plugins: ['transform-runtime']
},
vue: {
autoprefixer: false,