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 eb19c63 commit acde37eCopy full SHA for acde37e
src/build/streams/image-compress.js
@@ -68,7 +68,7 @@ exports.create = function (api, app, config) {
68
chalk.blue('imagemin-pngquant with npm:'),
69
'',
70
chalk.green(' npm install -g https://github.com/gameclosure/devkit-imagemin'),
71
- chalk.green(' npm install -g imagemin-pngquant'),
+ chalk.green(' npm install -g imagemin-pngquant@4.2.0'),
72
73
chalk.blue('After installing, rerun this release build and devkit will compress'),
74
chalk.blue('images. These are global installs, so you only need to run these'),
0 commit comments