Skip to content

Commit 561fae1

Browse files
author
farfromrefuge
committed
chore: provide appId to wepback
1 parent d25445b commit 561fae1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/services/webpack/webpack-compiler-service.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,12 +361,14 @@ export class WebpackCompilerService
361361
const { env } = prepareData;
362362
const envData = Object.assign({}, env, { [platform.toLowerCase()]: true });
363363

364+
const appId = projectData.projectIdentifiers[platform];
364365
const appPath = projectData.getAppDirectoryRelativePath();
365366
const appResourcesPath = projectData.getAppResourcesRelativeDirectoryPath();
366367
const buildPath = projectData.getBuildRelativeDirectoryPath();
367368

368369
Object.assign(
369370
envData,
371+
appId && { appId },
370372
appPath && { appPath },
371373
appResourcesPath && { appResourcesPath },
372374
buildPath && { buildPath },

0 commit comments

Comments
 (0)