We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2697dbf commit 6c3f309Copy full SHA for 6c3f309
demo/config/config.exs
@@ -58,8 +58,7 @@ config :esbuild,
58
env: %{"NODE_PATH" => Path.expand("../deps", __DIR__)}
59
],
60
backpex: [
61
- args:
62
- ~w(../assets/js/backpex.js --bundle --format=esm --sourcemap --outfile=priv/static/js/backpex.esm.js),
+ args: ~w(../assets/js/backpex.js --bundle --format=esm --sourcemap --outfile=priv/static/js/backpex.esm.js),
63
cd: Path.expand("..", __DIR__),
64
65
]
0 commit comments