Skip to content

Commit 57ae090

Browse files
committed
push
1 parent b693f43 commit 57ae090

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

angular.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
"build": {
1818
"builder": "@angular/build:application",
1919
"options": {
20-
"outputPath": "dist/devtools",
20+
"outputPath": {
21+
"base": "dist/devtools",
22+
"browser": "."
23+
},
2124
"browser": "src/main.ts",
2225
"tsConfig": "tsconfig.app.json",
2326
"webWorkerTsConfig": "tsconfig.worker.json",

0 commit comments

Comments
 (0)