-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat(webpack, rspack): support multiple configurations #29691
feat(webpack, rspack): support multiple configurations #29691
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
View your CI Pipeline Execution ↗ for commit f9e24de.
☁️ Nx Cloud last updated this comment at |
d1b6f5d
to
1c5738a
Compare
27f396c
to
ef21793
Compare
LGTM, we should add a couple of e2e test cases to cover multi-builds. |
27989ef
to
44d748e
Compare
feat(rspack): support multi-configuration mode in Rspack options
44d748e
to
f9e24de
Compare
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
This pull request includes changes to support multi-configuration mode for both Rspack and Webpack.
Currently
Currently our plugin only supports single configurations
Which works in most cases but some applications can have mutliple configs that serve different platforms.
Changes
With these changes, the Webpack and Rspack plugins will also support multi-configuration.