Skip to content

Commit

Permalink
fix: Minify js.
Browse files Browse the repository at this point in the history
  • Loading branch information
GSMLG-BOT committed Apr 26, 2022
1 parent 7a4ef21 commit 0391492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.exs
Expand Up @@ -5,6 +5,6 @@ config :phoenix, :json_library, Jason
config :esbuild,
version: "0.14.0",
default: [
args: ~w(priv/src/phoenix_webcomponent.js --bundle --target=esnext --outdir=priv/static/),
args: ~w(priv/src/phoenix_webcomponent.js --bundle --minify --target=esnext --outdir=priv/static/),
cd: Path.expand("../", __DIR__)
]

0 comments on commit 0391492

Please sign in to comment.