Skip to content

Instantly share code, notes, and snippets.

@erasmo-marin
Created April 3, 2017 01:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erasmo-marin/26ae6687a977b8c356c7d9197bed7579 to your computer and use it in GitHub Desktop.
Save erasmo-marin/26ae6687a977b8c356c7d9197bed7579 to your computer and use it in GitHub Desktop.
plugins: [
new CompressionPlugin({
asset: "[path].gz[query]",
algorithm: "gzip",
test: /\.js$|\.css$|\.html$/,
threshold: 10240,
minRatio: 0.8
})
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment