We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d64b88c commit 88cf66bCopy full SHA for 88cf66b
config/config.exs
@@ -27,7 +27,7 @@ config :share_secret, ShareSecretWeb.Endpoint,
27
28
# Configure esbuild (the version is required)
29
config :esbuild,
30
- version: "0.25.0",
+ version: "0.25.1",
31
default: [
32
args:
33
~w(js/app.js --bundle --target=es2017 --outdir=../priv/static/assets --external:/fonts/* --external:/images/*),
0 commit comments