From 80058eeb6138217135eac5210e4d3e3f8e0ca0d1 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sun, 9 Nov 2025 09:50:07 +0000 Subject: [PATCH] Update esbuild from 0.25.12 to 0.26.0 --- config/config.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.exs b/config/config.exs index faf9a8d1..1cd10172 100644 --- a/config/config.exs +++ b/config/config.exs @@ -49,7 +49,7 @@ config :music_library, Discogs, personal_access_token: "change me", user_agent: # Configure esbuild (the version is required) config :esbuild, - version: "0.25.12", + version: "0.26.0", music_library: [ args: ~w(js/app.js --bundle --target=es2022 --outdir=../priv/static/assets --external:/fonts/* --external:/images/* --alias:@=.),