You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: