brotli-webpack-plugin
brotli-webpack-plugin copied to clipboard
Prepare Brotli-compressed versions of assets to serve them with Content-Encoding: br
The `adapter()`-function is very noisy when it comes to outputting what it does. It might make sense to use something other then `console.log` in order to notify the user about...
Node 11.7 landed Brotli support: https://github.com/nodejs/node/pull/24938 https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V11.md#notable-changes It'd probably be nice to publish a new major version of this plugin aimed at this node version and onwards.
If you use this plugin, the build fails: Segmentation fault: 11
iltorb dropped support node 9, do need update `.travis.yml`? https://github.com/MayhemYDG/iltorb/commit/503179e69762b3f11d7c3c1c8f116da081255d7e
Hi, I used to have an Angular 11 project which was working well with brotli, right after the prod build it created the .br files in the dist folder as...