format
This commit is contained in:
parent
7dc6c616a2
commit
299602da65
1 changed files with 1 additions and 2 deletions
|
|
@ -87,8 +87,7 @@ config :esbuild,
|
||||||
env: %{"NODE_PATH" => Path.expand("../deps", __DIR__)}
|
env: %{"NODE_PATH" => Path.expand("../deps", __DIR__)}
|
||||||
],
|
],
|
||||||
vendor: [
|
vendor: [
|
||||||
args:
|
args: ~w(js/vendor.js --bundle --target=es2017 --outdir=../priv/static/assets --minify),
|
||||||
~w(js/vendor.js --bundle --target=es2017 --outdir=../priv/static/assets --minify),
|
|
||||||
cd: Path.expand("../assets", __DIR__),
|
cd: Path.expand("../assets", __DIR__),
|
||||||
env: %{"NODE_PATH" => Path.expand("../deps", __DIR__)}
|
env: %{"NODE_PATH" => Path.expand("../deps", __DIR__)}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue