:bug:移除increase-memory-limit、svgo、autoprefixer
Showing
... | ... | @@ -12,19 +12,17 @@ |
"build": "vue-cli-service build", | ||
"build:report": "vue-cli-service build --report", | ||
"globle": "npm install -g cnpm --registry=https://registry.npm.taobao.org&&cnpm i rimraf npm-check-updates nrm -g&&rimraf node_modules&&cnpm i", | ||
"lint": "vue-cli-service lint --fix", | ||
"lint": "vue-cli-service lint", | ||
"lint:style": "stylelint-config-prettier-check", | ||
"inspect": "vue-cli-service inspect", | ||
"template": "plop", | ||
"clear": "rimraf node_modules&&cnpm i&&increase-memory-limit", | ||
"clear": "rimraf node_modules&&cnpm i", | ||
"use:npm": "nrm use npm", | ||
"use:taobao": "nrm use taobao", | ||
"update": "ncu -u --concurrency 10 --timeout 80000&&cnpm i", | ||
"update": "ncu -u&&cnpm i", | ||
"update:globle": "ncu -g --concurrency 10 --timeout 80000", | ||
"svgo": "svgo -f src/remixIcon/svg --config=svgo.yml", | ||
"push": "start ./push.sh", | ||
"deploy": "start ./deploy.sh", | ||
"increase-memory-limit": "increase-memory-limit" | ||
"deploy": "start ./deploy.sh" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -79,7 +77,6 @@ |
"@vue/cli-plugin-vuex": "^4.5.6", | ||
"@vue/cli-service": "^4.5.6", | ||
"@vue/eslint-config-prettier": "^6.0.0", | ||
"autoprefixer": "^10.0.1", | ||
"babel-eslint": "^10.1.0", | ||
"babel-plugin-dynamic-import-node": "^2.3.3", | ||
"compression-webpack-plugin": "^6.0.2", | ||
... | ... | @@ -88,7 +85,6 @@ |
"eslint-plugin-vue": "^7.0.0", | ||
"filemanager-webpack-plugin": "^2.0.5", | ||
"image-webpack-loader": "^7.0.1", | ||
"increase-memory-limit": "^1.0.7", | ||
"lint-staged": "^10.4.0", | ||
"mockjs": "^1.1.0", | ||
"plop": "^2.7.4", | ||
... | ... | @@ -100,7 +96,6 @@ |
"stylelint-config-prettier": "^8.0.2", | ||
"stylelint-config-recess-order": "^2.1.0", | ||
"svg-sprite-loader": "^5.0.0", | ||
"svgo": "^1.3.2", | ||
"vue-template-compiler": "^2.6.12", | ||
"webpackbar": "^4.0.0" | ||
}, | ||
... | ... |
svgo.yml
deleted
100644 → 0
Please
register
or
sign in
to comment