We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d213240 commit 247debdCopy full SHA for 247debd
config/config.exs
@@ -10,7 +10,7 @@ if Mix.env() == :dev do
10
end
11
12
config :esbuild,
13
- version: "0.25.8",
+ version: "0.25.9",
14
module: esbuild.(~w(--format=esm --sourcemap --outfile=../priv/static/js/backpex.esm.js)),
15
main: esbuild.(~w(--format=cjs --sourcemap --outfile=../priv/static/js/backpex.cjs.js))
16
0 commit comments