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 76dc165 commit 437e3b5Copy full SHA for 437e3b5
angular.json
@@ -121,7 +121,8 @@
121
"main": "server.ts",
122
"tsConfig": "tsconfig.server.json",
123
"sourceMap": true,
124
- "optimization": false
+ "optimization": false,
125
+ "buildOptimizer": false
126
},
127
"configurations": {
128
"production": {
@@ -133,7 +134,8 @@
133
134
}
135
],
136
"sourceMap": false,
- "optimization": true
137
+ "optimization": true,
138
+ "buildOptimizer": true
139
140
141
"defaultConfiguration": ""
0 commit comments