1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

We don't need JSX anymore

This commit is contained in:
Daniel Barber 2023-11-21 13:15:17 -06:00
parent 278025b098
commit 8026e8ccec

View File

@ -39,7 +39,7 @@ config :esbuild,
version: "0.19.4",
default: [
args:
~w(js/app.js --bundle --target=es2017 --outdir=../priv/static/js --external:/fonts/* --external:/images/* --loader:.js=jsx),
~w(js/app.js --bundle --target=es2017 --outdir=../priv/static/js --external:/fonts/* --external:/images/*),
cd: Path.expand("../assets", __DIR__),
env: %{"NODE_PATH" => Path.expand("../deps", __DIR__)}
]