Open
Description
When researching the implementation of dual mode for existing commonjs only packages (eg express) I discovered this very interesting article: Publish ESM and CJS in a single package which talks about new ways of bundling. The tsup solution is configuration free which would be a godsend as I am currently being plagued by counless configuration issues.
If we could use a configless bundling solution that would dramatically improve usage. However, also need to consider if we could still perform mangling with terser.