Skip to content

Commit 9479a7b

Browse files
author
Dimitri Kopriwa
committed
fix(webpackConfig): using array of 2 for pngquant.quality
1 parent 60cfb84 commit 9479a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/createConfig.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ export function createConfig(config = {}, options = {}) {
327327
optimizationLevel: 7,
328328
},
329329
pngquant: {
330-
quality: '65-90',
330+
quality: [0.65, 0.90],
331331
speed: 4,
332332
},
333333
},

0 commit comments

Comments
 (0)