Skip to content

Commit 7332048

Browse files
author
sky
committed
chore: disable imagemini
1 parent 32d988b commit 7332048

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egg-vue-typescript-boilerplate",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "Egg + Vue + TypeScript Server Side Render(SSR) 服务端渲染骨架项目",
55
"scripts": {
66
"start": "egg-scripts start --port 7001 --workers 4",
@@ -54,7 +54,6 @@
5454
"egg-bin": "^4.9.0",
5555
"egg-scripts": "^2.10.0",
5656
"egg-ts-helper": "^1.13.0",
57-
"imagemin-webpack-plugin": "^2.4.2",
5857
"node-tool-utils": "^1.1.1",
5958
"ts-loader": "^5.3.0",
6059
"ts-node": "^7.0.1",

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ module.exports = {
2727
]
2828
},
2929
plugins: [
30+
{ imagemini: false },
3031
{
3132
copy: [{
3233
from: 'app/web/asset',

0 commit comments

Comments
 (0)