-
Notifications
You must be signed in to change notification settings - Fork 259
Open
Description
With what library do you have an issue?
native-federation
Reproduction of the bug/regression with instructions
builder.ts hardcodes the path for entry point with below statement. This creates the issue if the structure of the project is different. For ex if tsconfig is at src level then then the path becomes src/src/main.ts which is incorrect.
const entryPoint = path.join(path.dirname(options.tsConfig), 'src/main.ts');
Expected behavior
Consumer should be to pass the entry point as a configuration.
Versions of Native/Module Federation, Angular, Node, Browser, and operating system
Angular 21 with Native Federation 21
Other information
No response
I would be willing to submit a PR to fix this issue
- Yes
- No
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels