Skip to content

Commit 88cf66b

Browse files
Update dependency esbuild to v0.25.1
1 parent d64b88c commit 88cf66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ config :share_secret, ShareSecretWeb.Endpoint,
2727

2828
# Configure esbuild (the version is required)
2929
config :esbuild,
30-
version: "0.25.0",
30+
version: "0.25.1",
3131
default: [
3232
args:
3333
~w(js/app.js --bundle --target=es2017 --outdir=../priv/static/assets --external:/fonts/* --external:/images/*),

0 commit comments

Comments
 (0)