Skip to content

Commit 4dc57ae

Browse files
committed
feat(ANGULAR17): start using es-build!!
1 parent 3dfaff8 commit 4dc57ae

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

angular.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"prefix": "app",
1616
"architect": {
1717
"build": {
18-
"builder": "@angular-devkit/build-angular:browser",
18+
"builder": "@angular-devkit/build-angular:browser-esbuild",
1919
"options": {
2020
"outputPath": "dist/",
2121
"index": "src/index.html",
@@ -85,14 +85,12 @@
8585
"development-en": {
8686
"buildOptimizer": false,
8787
"optimization": false,
88-
"vendorChunk": true,
8988
"sourceMap": true,
9089
"namedChunks": true
9190
},
9291
"development-es": {
9392
"buildOptimizer": false,
9493
"optimization": false,
95-
"vendorChunk": true,
9694
"sourceMap": true,
9795
"namedChunks": true,
9896
"localize": ["es"]

0 commit comments

Comments
 (0)