-
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(core): support rollup.config.ts #28240
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 27a6d55. 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. |
I had to revert forced |
it says pipeline is cancelled. I do not see any error logs.. |
e90202f
to
9a9c1d9
Compare
b3d8072
to
27a6d55
Compare
I would like to be able to use rollup.config.ts. Same way it's used by rollup and vite teams too.
Current Behavior
Currently nx plugin does not reconize project containing rollup.config.ts. It expects only {c|m}js files
Expected Behavior
When project has rollup.config.ts rollup plugin infers build target automatically. This build target should be able to find the rollup.config.ts. For that purpose a special configPlugin CLI parameter should be used
Related Issue(s)
Feature request #28226