Skip to content

Releases: mynameiswhm/brotli-webpack-plugin

Native brotli support for Node v11.7+

26 Jan 14:12
Compare
Choose a tag to compare

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

10 May 16:39
Compare
Choose a tag to compare

Added native support for Webpack 4 hooks API (to avoid DeprecationWarning), along with backwards compatibility for legacy Webpack versions.

0.5.0

10 Nov 10:50
Compare
Choose a tag to compare

Added deleteOriginalAssets option to remove original files that were compressed with brotli.

0.4.3

20 Oct 08:17
Compare
Choose a tag to compare

Updated iltorb to 2.0.1 and changed available configuration parameters in documentation.

0.4.0

14 Aug 21:32
Compare
Choose a tag to compare

Moved compilation from this-compilation to emit stage. See issue #179 of extract-text-webpack-plugin for details.

0.3.0

14 Aug 21:32
Compare
Choose a tag to compare

Optional brotli.js fallback when iltorb is not available/couldn't be compiled.

0.2.0

14 Aug 21:32
Compare
Choose a tag to compare

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

14 Aug 21:32
Compare
Choose a tag to compare

Documentation fixes

0.1.0

14 Aug 21:31
Compare
Choose a tag to compare

Initial release