Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 88602cb

Browse files
committed
build: enabled building the application with the ESM build system
1 parent 76dc577 commit 88602cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

angular.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"architect": {
1616
"build": {
17-
"builder": "@angular-devkit/build-angular:browser",
17+
"builder": "@angular-devkit/build-angular:browser-esbuild",
1818
"options": {
1919
"sourceMap": true,
2020
"allowedCommonJsDependencies": ["moment", "path-normalize"],
@@ -211,7 +211,7 @@
211211
"prefix": "app",
212212
"architect": {
213213
"build": {
214-
"builder": "@angular-devkit/build-angular:browser",
214+
"builder": "@angular-devkit/build-angular:browser-esbuild",
215215
"options": {
216216
"outputPath": "dist/scenes",
217217
"index": "scenes/src/index.html",

0 commit comments

Comments
 (0)