We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b2846 commit d5b4da1Copy full SHA for d5b4da1
packages/nx/README.md
@@ -168,8 +168,8 @@ Here's an example app config:
168
"prod": {
169
"fileReplacements": [
170
{
171
- "replace": "apps/nativescript-mobile/src/environments/environment.ts",
172
- "with": "apps/nativescript-mobile/src/environments/environment.prod.ts"
+ "replace": "./src/environments/environment.ts",
+ "with": "./src/environments/environment.prod.ts"
173
}
174
]
175
0 commit comments