Skip to content

Commit abf40a8

Browse files
committed
fix(package): adjusted the "ngswConfigPath"
1 parent 2acdcb6 commit abf40a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/angular.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"ngswConfigPath": "/src/ngsw-config.json",
4949
"fileReplacements": [
5050
{
51-
"replace": "src/environments/environment.ts",
51+
"replace": "src/environments/enironment.ts",
5252
"with": "src/environments/environment.prod.ts"
5353
}
5454
]
@@ -150,4 +150,4 @@
150150
"prefix": "app"
151151
}
152152
}
153-
}
153+
}

0 commit comments

Comments
 (0)