Browse Source

fix regEx

pull/1503/head
Albert 7 years ago
committed by Andrew Shvayka
parent
commit
9bd4c85eae
  1. 2
      ui/webpack.config.prod.js

2
ui/webpack.config.prod.js

@ -96,7 +96,7 @@ module.exports = {
new CompressionPlugin({
asset: "[path].gz[query]",
algorithm: "gzip",
test: /\.js$|\.css$|\.svg$|\.ttf$|\.woff$|\.woff2|\.eot$\.json$/,
test: /\.js$|\.css$|\.svg$|\.ttf$|\.woff$|\.woff2$|\.eot$|\.json$/,
threshold: 10240,
minRatio: 0.8
}),

Loading…
Cancel
Save