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 53c471e commit 405e08aCopy full SHA for 405e08a
angular.json
@@ -129,7 +129,8 @@
129
"main": "server.ts",
130
"tsConfig": "tsconfig.server.json",
131
"sourceMap": true,
132
- "optimization": false
+ "optimization": false,
133
+ "buildOptimizer": false
134
},
135
"configurations": {
136
"production": {
@@ -141,7 +142,8 @@
141
142
}
143
],
144
"sourceMap": false,
- "optimization": true
145
+ "optimization": true,
146
+ "buildOptimizer": true
147
148
149
"defaultConfiguration": ""
0 commit comments