Hi,
I'm creating this issue because I think this other one ( #4085 ) may need to be reconsidered.
While I understand the points explained in the previous one, two things have changed:
I think this is specially important for people using esbuild as a transitive dependency, e.g. through tsx. As people installing it directly should have an easier time providing the required flag/settings.
Maybe a solution that would make the change simpler is splitting the package into two: esbuild (the cli), and esbuild-lib (the library).
Hi,
I'm creating this issue because I think this other one ( #4085 ) may need to be reconsidered.
While I understand the points explained in the previous one, two things have changed:
I think this is specially important for people using esbuild as a transitive dependency, e.g. through tsx. As people installing it directly should have an easier time providing the required flag/settings.
Maybe a solution that would make the change simpler is splitting the package into two:
esbuild(the cli), andesbuild-lib(the library).