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
|
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. |
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