rules_nodejs
rules_nodejs copied to clipboard
How to remove all extra files in esbuild?
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?
Best, Reza