rules_nodejs icon indicating copy to clipboard operation
rules_nodejs copied to clipboard

How to remove all extra files in esbuild?

Open rezass opened this issue 2 years ago • 0 comments

Hi all,

Right now esbuild in Bazel creates lots of extra files to launch the output file. However, if the bundled file is only to be used as a js file on the client-side, there is no need for such files. Is there a way to prevent the creation of such files in esbuild?

image

Best, Reza

rezass avatar Sep 14 '22 10:09 rezass