From 8026e8ccec4ebeff30076f6d7a4809eb961f3cda Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Tue, 21 Nov 2023 13:15:17 -0600 Subject: [PATCH] We don't need JSX anymore --- config/config.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.exs b/config/config.exs index cc9aaad..3b97c59 100644 --- a/config/config.exs +++ b/config/config.exs @@ -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__)} ]