Skip to content

Commit 28a1c03

Browse files
committed
refactor(config): update vue-cli4-config
1 parent 588adf5 commit 28a1c03

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"commit": "git-cz",
1010
"commit:retry": "git-cz --retry",
1111
"commit:noverify": "git-cz --no-verify",
12-
"precommit": "npm run build && lint-staged",
1312
"release": "standard-version",
1413
"push": "git push --follow-tags origin master"
1514
},

vue.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,6 @@ module.exports = {
6565
configureWebpack: config => {
6666
const plugins = [];
6767

68-
if (IS_PROD) {
69-
70-
}
71-
7268
if (has_sprite) {
7369
// 生成雪碧图
7470
plugins.push(

0 commit comments

Comments
 (0)