Skip to content

Commit 5639719

Browse files
committed
chore(cdk-demo): fix content offset
1 parent 578714e commit 5639719

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

apps/cdk-demo/project.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,16 @@
4545
"replace": "apps/cdk-demo/environments/environment.ts",
4646
"with": "apps/cdk-demo/environments/environment.prod.ts"
4747
}
48-
]
48+
],
49+
"optimization": {
50+
"scripts": true,
51+
"fonts": true,
52+
"styles": {
53+
"inlineCritical": false,
54+
"minify": true,
55+
"removeSpecialComments": true
56+
}
57+
}
4958
},
5059
"development": {
5160
"optimization": false,

0 commit comments

Comments
 (0)