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 32d988b commit 7332048Copy full SHA for 7332048
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "egg-vue-typescript-boilerplate",
3
- "version": "4.0.3",
+ "version": "4.0.4",
4
"description": "Egg + Vue + TypeScript Server Side Render(SSR) 服务端渲染骨架项目",
5
"scripts": {
6
"start": "egg-scripts start --port 7001 --workers 4",
@@ -54,7 +54,6 @@
54
"egg-bin": "^4.9.0",
55
"egg-scripts": "^2.10.0",
56
"egg-ts-helper": "^1.13.0",
57
- "imagemin-webpack-plugin": "^2.4.2",
58
"node-tool-utils": "^1.1.1",
59
"ts-loader": "^5.3.0",
60
"ts-node": "^7.0.1",
webpack.config.js
@@ -27,6 +27,7 @@ module.exports = {
27
]
28
},
29
plugins: [
30
+ { imagemini: false },
31
32
copy: [{
33
from: 'app/web/asset',
0 commit comments