Skip to content

Commit 70df820

Browse files
committed
Move to esbuild for faster builds (Uses less money in Google Cloud 🤑)
1 parent 8bad4a8 commit 70df820

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

angular.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"prefix": "app",
2222
"architect": {
2323
"build": {
24-
"builder": "@angular-devkit/build-angular:browser",
24+
"builder": "@angular-devkit/build-angular:application",
2525
"options": {
2626
"outputPath": "dist/reprogleorg",
2727
"index": "src/index.html",
28-
"main": "src/main.ts",
28+
"browser": "src/main.ts",
2929
"polyfills": [
3030
"zone.js"
3131
],
@@ -75,9 +75,7 @@
7575
"outputHashing": "all"
7676
},
7777
"development": {
78-
"buildOptimizer": false,
7978
"optimization": false,
80-
"vendorChunk": true,
8179
"extractLicenses": false,
8280
"sourceMap": true,
8381
"namedChunks": true,
@@ -89,9 +87,7 @@
8987
]
9088
},
9189
"test": {
92-
"buildOptimizer": true,
9390
"optimization": false,
94-
"vendorChunk": true,
9591
"namedChunks": true,
9692
"fileReplacements": [
9793
{
@@ -184,4 +180,4 @@
184180
}
185181
}
186182
}
187-
}
183+
}

0 commit comments

Comments
 (0)