Releases: mynameiswhm/brotli-webpack-plugin
Releases · mynameiswhm/brotli-webpack-plugin
Native brotli support for Node v11.7+
Added native brotli support via zlib.brotliCompressSync for Node v11.7+.
If zlib.brotliCompressSync is not available, it will fall back to iltorb/brotli.js.
Native Webpack 4.x support with backwards compatibility
Added native support for Webpack 4 hooks API (to avoid DeprecationWarning
), along with backwards compatibility for legacy Webpack versions.
0.5.0
Added deleteOriginalAssets
option to remove original files that were compressed with brotli.
0.4.3
0.4.0
Moved compilation from this-compilation
to emit
stage. See issue #179 of extract-text-webpack-plugin for details.
0.3.0
0.2.0
Added support for [fileWithoutExt]
and [ext]
placeholders. This allows a mapping from e.g. 'style.css' to 'style.br.css', aiding use with tools that infer Content-Type from extension.
0.1.2
Documentation fixes
0.1.0
Initial release