Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit abb2502

Browse files
clydindevversion
authored andcommitted
build: use modern fileReplacements option syntax
1 parent 07ee4f9 commit abb2502

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

angular.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
"buildOptimizer": true,
9999
"fileReplacements": [
100100
{
101-
"src": "src/environments/environment.ts",
102-
"replaceWith": "src/environments/environment.prod.ts"
101+
"replace": "src/environments/environment.ts",
102+
"with": "src/environments/environment.prod.ts"
103103
}
104104
]
105105
}

0 commit comments

Comments
 (0)