We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51869fb commit 457a6e0Copy full SHA for 457a6e0
packages/angular-cli/models/webpack-build-production.ts
@@ -66,7 +66,7 @@ export const getWebpackProdConfigPartial = function(projectRoot: string,
66
new CompressionPlugin({
67
asset: '[path].gz[query]',
68
algorithm: 'gzip',
69
- test: /\.js$|\.html$/,
+ test: /\.js$|\.html$|\.css$/,
70
threshold: 10240,
71
minRatio: 0.8
72
}),
0 commit comments