-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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(bundling): extract rollup plugins into withNx function for use with run-commands #26168
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit b4e7ea3. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 6 targets
Sent with 💌 from NxCloud. |
27b43cb
to
0ecdbc2
Compare
0ecdbc2
to
67c4994
Compare
ab04d3d
to
ce7cc81
Compare
ce7cc81
to
58cca88
Compare
b5f05a7
to
31dd2b1
Compare
4448d60
to
84e1a88
Compare
84e1a88
to
b4e7ea3
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 PR adds
withNx
function to@nx/rollup/with-nx
so it can be used inrollup.config.js
to replicate what@nx/rollup:rollup
executor does without needing to use the executor.e.g.
Notes
@nx/rollup:rollup
continues to encapsulate rollup options and will not support an isolated mode.--bundler=rollup
will use the newwithNx
function and explicitrollup.config.js
.NX_ADD_PLUGINS=false
oruseInferencePlugins: false
is set, then new projects will continue to use the@nx/rollup:rollup
executor.