Replies: 1 comment 2 replies
-
I also have a use case where this would be ideal. In particular, I'm publishing an ESM package and certain commonjs dependency imports behave differently in the consuming application depending on a combination of node.js version, webpack version, etc. I'd love to specify that these commonjs packages should be bundled as opposed to the current functionality of ignoring all |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working with a monorepo and the server when it is bundled, especially in watch mode, needs to watch and bundle a few modules that are installed as package dependencies and develop in the same repo. By default, tsup is excluding node_modules from the bundle.
Beta Was this translation helpful? Give feedback.
All reactions