Content-Length: 265423 | pFad | https://github.com/NativeScript/nativescript-cli/commit/e3ef37dc648e99ff09844e22e11c917f7d727cdf

EE feat: provide appId to webpack config (#5778) · NativeScript/nativescript-cli@e3ef37d · GitHub
Skip to content

Commit e3ef37d

Browse files
authored
feat: provide appId to webpack config (#5778)
1 parent 81b32bc commit e3ef37d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,11 +361,13 @@ 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

367368
Object.assign(
368369
envData,
370+
appId && { appId },
369371
appPath && { appPath },
370372
appResourcesPath && { appResourcesPath },
371373
{

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/NativeScript/nativescript-cli/commit/e3ef37dc648e99ff09844e22e11c917f7d727cdf

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy