Skip to content

Commit

Permalink
build: revert addition of browser in build path
Browse files Browse the repository at this point in the history
  • Loading branch information
QuCMGisaia committed Dec 19, 2024
1 parent f686d81 commit a3b2983
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": {
"base": "dist"
"base": "dist",
"browser": ""
},
"index": "src/index.html",
"tsConfig": "src/tsconfig.app.json",
Expand Down

0 comments on commit a3b2983

Please sign in to comment.