Open
Description
I quite like the design and speed of esbuild, but I found that when I use it with bundle: false
it doesn't do what I would expect. The dependencies of entrypoints are not built unless they are also listed as entrypoints. Even if the deps are listed as entrypoints, the import paths are not adjusted so they won't work.
So it would be nice if esbuild bundle: false
worked like rollup's preserveModules.
Metadata
Metadata
Assignees
Labels
No labels