Skip to content

Commit

Permalink
fix(angular-standalone): prevent browser folder creation (#1859)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Jan 21, 2025
1 parent e036e1f commit 2481de5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion angular-standalone/base/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": {
"base": "www"
"base": "www",
"browser": ""
},
"index": "src/index.html",
"polyfills": [
Expand Down

0 comments on commit 2481de5

Please sign in to comment.