remove image-webpack-loader
| | |
| | | "lint:style": "stylelint-config-prettier-check", |
| | | "inspect": "vue-cli-service inspect", |
| | | "clear": "rimraf node_modules&&npm install --registry=https://registry.npm.taobao.org", |
| | | "image-webpack-loader": "cnpm i image-webpack-loader -D", |
| | | "use:npm": "nrm use npm", |
| | | "use:taobao": "nrm use taobao", |
| | | "update": "ncu -u --reject sass-loader,sass&&cnpm i", |
| | |
| | | "eslint": "^7.32.0", |
| | | "eslint-plugin-prettier": "^3.4.1", |
| | | "eslint-plugin-vue": "^7.16.0", |
| | | "image-webpack-loader": "^7.0.1", |
| | | "lint-staged": "^11.1.2", |
| | | "prettier": "^2.3.2", |
| | | "sass": "~1.32.13", |
| | |
| | | }, |
| | | }, |
| | | }); |
| | | config.module |
| | | .rule("images") |
| | | .use("image-webpack-loader") |
| | | .loader("image-webpack-loader") |
| | | .options({ |
| | | bypassOnDebug: true, |
| | | }) |
| | | .end(); |
| | | }); |
| | | }, |
| | | runtimeCompiler: true, |