Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update webpack-compiler-service.ts
  • Loading branch information
farfromrefug authored Jan 15, 2024
commit ed1aac7620e9c4ac24c8fb345fb65813b375e6db
2 changes: 1 addition & 1 deletion lib/services/webpack/webpack-compiler-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ export class WebpackCompilerService
const { env } = prepareData;
const envData = Object.assign({}, env, { [platform.toLowerCase()]: true });

const appId = projectData.projectId;
const appId = projectData.projectIdentifiers[platform];
const appPath = projectData.getAppDirectoryRelativePath();
const appResourcesPath = projectData.getAppResourcesRelativeDirectoryPath();

Expand Down