Open

Description
As we can see in the plugin index.js
file (lines 156-157 and 960-964):
// The 'appPath' and 'appResourcesPath' values are fetched from
// the nsconfig.json configuration file
// when bundling with `tns run android|ios --bundle`.
appPath = isNativeOnly === true ? 'app' : 'src',
appResourcesPath = join(appPath, 'App_Resources'),
// The 'appPath' and 'appResourcesPath' values are fetched from
// the nsconfig.json configuration file
// when bundling with `tns run android|ios --bundle`.
appPath = 'src',
appResourcesPath = join(appPath, 'App_Resources'),
appPath
and appResourcesPath
are not read from the nsconfig.json
file.
So it is impossible to customize these variables.
Metadata
Metadata
Assignees
Labels
No labels