Skip to content

Commit e32874e

Browse files
committed
Update angular.json
1 parent 59c5441 commit e32874e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

angular.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,14 @@
1515
"prefix": "app",
1616
"architect": {
1717
"build": {
18-
"builder": "@angular-devkit/build-angular:application",
18+
"builder": "@angular/build:application",
1919
"options": {
2020
"baseHref": "/Portfolio/",
21-
"outputPath": "dist",
21+
"outputPath":
22+
{
23+
"base": "dist",
24+
"browser": ""
25+
},
2226
"index": "src/index.html",
2327
"polyfills": [
2428
"src/polyfills.ts"

0 commit comments

Comments
 (0)