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:
parent
278025b098
commit
8026e8ccec
@ -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__)}
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user