Skip to content

Commit 252b1f2

Browse files
committed
fix: builder output path
1 parent d6e4e6b commit 252b1f2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

angular.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"builder": "@angular/build:application",
2222
"options": {
2323
"outputPath": {
24-
"base": "dist/social_platform"
24+
"base": "dist/social_platform",
25+
"browser": ""
2526
},
2627
"index": "projects/social_platform/src/index.html",
2728
"tsConfig": "projects/social_platform/tsconfig.app.json",

0 commit comments

Comments
 (0)