Created
May 2, 2020 08:54
-
-
Save ashinzekene/42845389f503d4875cca2e9389826e13 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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