Skip to content

Instantly share code, notes, and snippets.

@ashinzekene
Created May 2, 2020 08:54
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 ashinzekene/42845389f503d4875cca2e9389826e13 to your computer and use it in GitHub Desktop.
Save ashinzekene/42845389f503d4875cca2e9389826e13 to your computer and use it in GitHub Desktop.
const CompressionPlugin = require('compression-webpack-plugin');
module.exports = {
plugins: [new CompressionPlugin()],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment