-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
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
Webpack 5 support #17555
Comments
@alan-agius4 out of curiosity, do you guys have a timeline to try out the beta? I suppose it would be good to validate that webpack 5 is in a good shape for Angular CLI while it's still in beta |
Will this issue also include the module federation as discussed in https://github.com/sokra/slides/blob/master/content/ModuleFederationWebpack5.md? |
As support to Webpack 5 and support to Module Federation are two different streams that will probably not be implemented in the same PR we are tracking Module Federation support on issue #17556 |
@alan-agius4 is there a fork somewhere where a development is done? may be community can contribute. |
Unfortunately, Webpack 5 has a lot of breaking changes and therefore adding support for it is not trivial feat. @clydin is working on this and has already landed a number of small PRs to make this happen gradually. Can you use the current |
Experimental opt-in support for Webpack version 5 have been added in v11.0.0-next.3. See #18820 for more information. |
Webpack 5 is needed for Angular-Cli to work on Mac and other Unix once again. as per : webpack/webpack-dev-server#2754 |
when will it be available in a mainline npm version? pointing to github is sometimes entirely impossible behind corporate proxy. and in a corporate context pointing to non official versions as a whole is discouraged. |
Version 11 prerelease versions are already on NPM, and you can update your application and try out the prerelease versions by running ng update @angular/cli --next |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Support Webpack 5
Command (mark with an
x
)Description
There is a WIP PR #16371 to implement Webpack 5 but I could not find an issue tracking it and I'm opening this one so that implementation and timeline can be discussed and followed by the community.
Describe the solution you'd like
Support Webpack 5 once released. (currently it's in beta)
Describe alternatives you've considered
no alternative considered
The text was updated successfully, but these errors were encountered: