Skip to content

Commit

Permalink
docs(#38): beautify regular expression (@azat-io)
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io authored and michael-ciniawsky committed Mar 13, 2017
1 parent af789b2 commit 7489a78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {
new CompressionPlugin({
asset: "[path].gz[query]",
algorithm: "gzip",
test: /\.js$|\.html$/,
test: /\.(js|html)$/,
threshold: 10240,
minRatio: 0.8
})
Expand Down Expand Up @@ -93,4 +93,4 @@ Option Arguments for Zopfli (see [node-zopfli](https://github.com/pierreingleber
[deps-url]: https://david-dm.org/webpack-contrib/webpack-loader-seed

[chat]: https://img.shields.io/badge/gitter-webpack%2Fwebpack-brightgreen.svg
[chat-url]: https://gitter.im/webpack/webpack
[chat-url]: https://gitter.im/webpack/webpack

0 comments on commit 7489a78

Please sign in to comment.