From de8699ee694b62e42fcaf8172cd651bbeea60328 Mon Sep 17 00:00:00 2001 From: Jonathan Gao Date: Sun, 5 Mar 2023 01:54:35 +0800 Subject: [PATCH] fix: Fix format. --- config/config.exs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/config.exs b/config/config.exs index 8dedde27..e8ac2c49 100644 --- a/config/config.exs +++ b/config/config.exs @@ -53,8 +53,7 @@ config :tailwind, config :esbuild, version: "0.14.29", default: [ - args: - ~w(js/phoenix_webcomponent.js --target=es2017 --format=cjs --outdir=../priv/static/), + args: ~w(js/phoenix_webcomponent.js --target=es2017 --format=cjs --outdir=../priv/static/), cd: Path.expand("../apps/phoenix_webcomponent/assets", __DIR__), env: %{"NODE_PATH" => "#{Path.expand("../deps", __DIR__)}:#{Path.expand("../apps", __DIR__)}"} ],