Skip to content

Commit

Permalink
Update dependency esbuild to v0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 8, 2025
1 parent d10be76 commit 47f4ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ config :website, WebsiteWeb.Endpoint,

# Configure esbuild (the version is required)
config :esbuild,
version: "0.24.2",
version: "0.25.0",
default: [
args:
~w(js/app.js --bundle --target=es2017 --outdir=../priv/static/assets --external:/fonts/* --external:/images/*),
Expand Down

0 comments on commit 47f4ffe

Please sign in to comment.