We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588adf5 commit 28a1c03Copy full SHA for 28a1c03
package.json
@@ -9,7 +9,6 @@
9
"commit": "git-cz",
10
"commit:retry": "git-cz --retry",
11
"commit:noverify": "git-cz --no-verify",
12
- "precommit": "npm run build && lint-staged",
13
"release": "standard-version",
14
"push": "git push --follow-tags origin master"
15
},
vue.config.js
@@ -65,10 +65,6 @@ module.exports = {
65
configureWebpack: config => {
66
const plugins = [];
67
68
- if (IS_PROD) {
69
-
70
- }
71
72
if (has_sprite) {
73
// 生成雪碧图
74
plugins.push(
0 commit comments