esbuild

Author: micesCreated Oct 22, 2023Updated Nov 7, 2023
Labelsdiscussion

I'm launching the esbuild script with the following line in package.json: "build": "esbuild app/javascript/. --bundle --sourcemap --outdir=app/assets/builds --public-path=assets --loader:.js=jsx --platform=node", With the loader option set to .js=jsx none of my js files get output to the builds folder