0.5.0 • Published 6 years ago
@pwa/plugin-zopfli v0.5.0
@pwa/plugin-zopfli
Install
$ npm install --save-dev @pwa/plugin-zopfliImportant: Requires Node 8.x or above to work!
Usage
None – recognized by and attached to @pwa/core automatically!
Config
Configurable via the zopfli key on your pwa.config.js file.
Default Config:
exports.zopfli = {
cache: true,
threshold: 0,
minRatio: 0.8,
compressionOptions: {
numiterations: 15
}
}Available Options:
See Options for compression-webpack-plugin.
Also see universal-zopfli-js's Options for the compressionOptions object.