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 910d0cb commit d8e136dCopy full SHA for d8e136d
config/config.exs
@@ -10,7 +10,7 @@ if Mix.env() == :dev do
10
end
11
12
config :esbuild,
13
- version: "0.25.9",
+ version: "0.25.10",
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