Skip to content

Commit

Permalink
feat: browser-esbuild builder
Browse files Browse the repository at this point in the history
  • Loading branch information
sonallux committed Mar 14, 2024
1 parent 192bc40 commit db3e1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prefix": "app",
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:browser-esbuild",
"options": {
"outputPath": "dist/angular-music",
"index": "src/index.html",
Expand Down

0 comments on commit db3e1a9

Please sign in to comment.