This commit is contained in:
Graham McIntire 2025-07-21 09:52:59 -05:00
parent 7dc6c616a2
commit 299602da65
No known key found for this signature in database

View file

@ -87,8 +87,7 @@ config :esbuild,
env: %{"NODE_PATH" => Path.expand("../deps", __DIR__)}
],
vendor: [
args:
~w(js/vendor.js --bundle --target=es2017 --outdir=../priv/static/assets --minify),
args: ~w(js/vendor.js --bundle --target=es2017 --outdir=../priv/static/assets --minify),
cd: Path.expand("../assets", __DIR__),
env: %{"NODE_PATH" => Path.expand("../deps", __DIR__)}
]