We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b291ab commit 465b1eaCopy full SHA for 465b1ea
packages/@angular/cli/plugins/cleancss-webpack-plugin.ts
@@ -37,7 +37,9 @@ export class CleanCssWebpackPlugin {
37
38
const cleancss = new CleanCSS({
39
compatibility: 'ie9',
40
- level: 2,
+ // use a safer optimization level
41
+ // see: https://github.com/jakubpawlowicz/clean-css#optimization-levels
42
+ level: 1,
43
inline: false,
44
returnPromise: true,
45
sourceMap: this._options.sourceMap,
0 commit comments