You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this project.json setup where the nativescript.config-aaa.ts contains a different appResourcesPath than the default (nativescript.config.ts). This seems to work fine.
However, I'm also building for different environments, and have to set the application id based on that, so I add "id" to the config.
The problem is that the id replacements happens in the default nativescript.config.ts, while the rest of the build process is using the specified nativescript.config-aaa.ts.
Any tips on how I can handle this situation properly?
The text was updated successfully, but these errors were encountered:
I have this
project.json
setup where thenativescript.config-aaa.ts
contains a differentappResourcesPath
than the default (nativescript.config.ts
). This seems to work fine.However, I'm also building for different environments, and have to set the application id based on that, so I add
"id"
to the config.The problem is that the id replacements happens in the default
nativescript.config.ts
, while the rest of the build process is using the specifiednativescript.config-aaa.ts
.Any tips on how I can handle this situation properly?
The text was updated successfully, but these errors were encountered: