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.
2 parents dd03183 + 4c7e0d5 commit d687b75Copy full SHA for d687b75
vue-admin-better/vue.config.js
@@ -157,20 +157,6 @@ module.exports = {
157
.end();
158
});
159
}
160
-
161
- // 是否压缩图片
162
- if (imageCompression) {
163
- config.when(process.env.NODE_ENV !== "development", (config) => {
164
- config.module
165
- .rule("images")
166
- .use("image-webpack-loader")
167
- .loader("image-webpack-loader")
168
- .options({
169
- bypassOnDebug: true,
170
- })
171
- .end();
172
- });
173
- }
174
},
175
runtimeCompiler: true,
176
productionSourceMap: false,
0 commit comments