Last active
July 14, 2018 14:36
-
-
Save AjayPoshak/4122b8b418744ca9ca61d52be4ef9c99 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
... | |
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