I managed to construct this esbuild CLI sentence, but I am struggling to transform it to a JS build file: This takes 3 different files and bundles it to 3 different files, that is exactly what I want. But now I want to add more bundle rules, and I don’t want to keeping adding to this and have a separate
Tag: esbuild
esbuild not bundling files
I am trying to use esbuild to bundle and minify my files in an npm project. It is minimizing every file that I pass in, but it is not bundling. It gives me the error that I must use ‘outdir’ when there are multiple files. However, this gives me back all of those files, minimized, in a folder. This is