Skip to content

Commit 9fd53e0

Browse files
authored
Merge pull request #352 from BeAPI/fix/imagemin
fix (imagemin): add missing dependencies
2 parents 14cd736 + 4252f3d commit 9fd53e0

File tree

2 files changed

+1806
-46
lines changed

2 files changed

+1806
-46
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
"eslint-plugin-prettier": "^4.2.1",
3636
"eslint-webpack-plugin": "^3.2.0",
3737
"image-minimizer-webpack-plugin": "^3.8.2",
38+
"imagemin": "^8.0.1",
39+
"imagemin-gifsicle": "^7.0.0",
40+
"imagemin-jpegtran": "^7.0.0",
41+
"imagemin-optipng": "^8.0.0",
42+
"imagemin-svgo": "^10.0.1",
3843
"js-yaml": "^4.1.0",
3944
"json2csv": "^5.0.6",
4045
"mini-css-extract-plugin": "^1.5.0",

0 commit comments

Comments
 (0)