We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dfaff8 commit 4dc57aeCopy full SHA for 4dc57ae
1 file changed
angular.json
@@ -15,7 +15,7 @@
15
"prefix": "app",
16
"architect": {
17
"build": {
18
- "builder": "@angular-devkit/build-angular:browser",
+ "builder": "@angular-devkit/build-angular:browser-esbuild",
19
"options": {
20
"outputPath": "dist/",
21
"index": "src/index.html",
@@ -85,14 +85,12 @@
85
"development-en": {
86
"buildOptimizer": false,
87
"optimization": false,
88
- "vendorChunk": true,
89
"sourceMap": true,
90
"namedChunks": true
91
},
92
"development-es": {
93
94
95
96
97
"namedChunks": true,
98
"localize": ["es"]
0 commit comments