Skip to content

Instantly share code, notes, and snippets.

@KELiON
Created June 14, 2017 16:08
Show Gist options
  • Save KELiON/e466cc473bf14e4d2795f90da373051d to your computer and use it in GitHub Desktop.
Save KELiON/e466cc473bf14e4d2795f90da373051d to your computer and use it in GitHub Desktop.
BrotliPlugin = require('brotli-webpack-plugin');
...
plugins: [
...,
new BrotliPlugin({
asset: '[path].br[query]',
test: /\.(js|css|html|svg)$/,
threshold: 10240,
minRatio: 0.8
})
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment