Skip to content

Commit 5776835

Browse files
committed
Frontend/angular: update configuration for production
1 parent b2bdee9 commit 5776835

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

frontend/angular.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,15 @@
7272
"with": "src/environments/environment.prod.ts"
7373
}
7474
],
75-
"outputHashing": "all"
75+
"outputHashing": "all",
76+
"optimization": {
77+
"scripts": true,
78+
"styles": {
79+
"minify": true,
80+
"inlineCritical": false
81+
},
82+
"fonts": false
83+
}
7684
},
7785
"development": {
7886
"optimization": false,

0 commit comments

Comments
 (0)