Explorar el Código

Reduces webp quality for build speed

main
Eric Amodio hace 3 años
padre
commit
38ab5633e9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      webpack.config.js

+ 2
- 2
webpack.config.js Ver fichero

@ -356,9 +356,9 @@ function getWebviewsConfig(mode, _env) {
'imagemin-webp',
{
lossless: true,
nearLossless: mode === 'production' ? 0 : 100,
nearLossless: 0,
quality: 100,
method: mode === 'production' ? 6 : 0,
method: mode === 'production' ? 4 : 0,
},
],
],

Cargando…
Cancelar
Guardar