Ver a proveniência

Reduces webp quality for build speed

main
Eric Amodio há 3 anos
ascendente
cometimento
38ab5633e9
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      webpack.config.js

+ 2
- 2
webpack.config.js Ver ficheiro

@ -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,
},
],
],

Carregando…
Cancelar
Guardar