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 9fda013 commit 0c51792Copy full SHA for 0c51792
lib/services/bundler/bundler-compiler-service.ts
@@ -590,12 +590,14 @@ export class BundlerCompilerService
590
const appId = projectData.projectIdentifiers[platform];
591
const appPath = projectData.getAppDirectoryRelativePath();
592
const appResourcesPath = projectData.getAppResourcesRelativeDirectoryPath();
593
+ const buildPath = projectData.getBuildRelativeDirectoryPath();
594
595
Object.assign(
596
envData,
597
appId && { appId },
598
appPath && { appPath },
599
appResourcesPath && { appResourcesPath },
600
+ buildPath && { buildPath },
601
{
602
nativescriptLibPath: path.resolve(
603
__dirname,
0 commit comments