We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 578714e commit 5639719Copy full SHA for 5639719
1 file changed
apps/cdk-demo/project.json
@@ -45,7 +45,16 @@
45
"replace": "apps/cdk-demo/environments/environment.ts",
46
"with": "apps/cdk-demo/environments/environment.prod.ts"
47
}
48
- ]
+ ],
49
+ "optimization": {
50
+ "scripts": true,
51
+ "fonts": true,
52
+ "styles": {
53
+ "inlineCritical": false,
54
+ "minify": true,
55
+ "removeSpecialComments": true
56
+ }
57
58
},
59
"development": {
60
"optimization": false,
0 commit comments