Skip to content

Commit

Permalink
Missing css in CompressionPlugin (#3300)
Browse files Browse the repository at this point in the history
  • Loading branch information
grizzm0 authored and hansl committed Dec 3, 2016
1 parent 51869fb commit 457a6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular-cli/models/webpack-build-production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const getWebpackProdConfigPartial = function(projectRoot: string,
new CompressionPlugin({
asset: '[path].gz[query]',
algorithm: 'gzip',
test: /\.js$|\.html$/,
test: /\.js$|\.html$|\.css$/,
threshold: 10240,
minRatio: 0.8
}),
Expand Down

0 comments on commit 457a6e0

Please sign in to comment.