We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module-federation
When importing @angular-architects/module-federation/webpack into typescript files there is an error:
@angular-architects/module-federation/webpack
Could not find a declaration file for module '@angular-architects/module-federation/webpack'.
This is regression, as in v17 it worked well.
The problem occurs because there is no more webpack.d.ts file in root of 'module-federation' npm package.
Types work properly
@angular-architects/module-federation: 18
No response
The text was updated successfully, but these errors were encountered:
fix(mf): expose types for webpack entrypoint
b8aede5
fixes angular-architects#661
0e752df
Successfully merging a pull request may close this issue.
With what library do you have an issue?
module-federation
Reproduction of the bug/regression with instructions
When importing
@angular-architects/module-federation/webpack
into typescript files there is an error:Could not find a declaration file for module '@angular-architects/module-federation/webpack'.
This is regression, as in v17 it worked well.
The problem occurs because there is no more webpack.d.ts file in root of 'module-federation' npm package.
Expected behavior
Types work properly
Versions of Native/Module Federation, Angular, Node, Browser, and operating system
@angular-architects/module-federation: 18
Other information
No response
I would be willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered: