打包
Showing
... | ... | @@ -10,6 +10,7 @@ |
"lib/*" | ||
], | ||
"scripts": { | ||
"build1": "cross-env NODE_ENV=production webpack --progress --hide-modules --config webpack.config.js", | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint", | ||
... | ... | @@ -29,6 +30,7 @@ |
"moment": "^2.24.0", | ||
"script-loader": "^0.7.2", | ||
"sortablejs": "^1.12.0", | ||
"style-loader": "^2.0.0", | ||
"vue": "^2.6.11", | ||
"vue-video-player": "^5.0.2", | ||
"xlsx": "^0.16.9" | ||
... | ... | @@ -46,7 +48,9 @@ |
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-standard": "^4.0.0", | ||
"eslint-plugin-vue": "^6.2.2", | ||
"less": "^3.12.2", | ||
"extract-text-webpack-plugin": "^4.0.0-beta.0", | ||
"less": "^3.13.0", | ||
"less-loader": "^7.1.0", | ||
"vue-template-compiler": "^2.6.11" | ||
} | ||
} |
webpack.config.js
0 → 100644
Please
register
or
sign in
to comment