@nx/rollup should not include dependencies as external #23447
andresbm05
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current Behavior
Currently @nx/rollup includes by default all libraries in the dependencies and peerDependencies as external packages. However when you add a dependency in your library is because it has to be bundled with it, while you add a peerDependency when you assume it will be provided by the consumer of the library.
Expected Behavior
In my opinion the most logical approach would be:
GitHub Repo
No response
Steps to Reproduce
Nx Report
Failure Logs
No response
Package Manager Version
No response
Operating System
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions