mirror of
https://github.com/woutdp/live_svelte
synced 2026-05-24 09:28:21 +00:00
Mark esbuild as dev only dependency
This commit is contained in:
parent
11adc1aa56
commit
cbcf1d3f67
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
|
@ -60,7 +60,7 @@ defmodule LiveSvelte.MixProject do
|
|||
{:phoenix, ">= 1.7.0"},
|
||||
{:phoenix_html, ">= 3.3.1"},
|
||||
{:phoenix_live_view, ">= 0.18.0"},
|
||||
{:esbuild, "~> 0.5", runtime: Mix.env() == :dev},
|
||||
{:esbuild, "~> 0.5", only: :dev},
|
||||
{:ex_doc, "~> 0.19", only: :dev, runtime: false}
|
||||
]
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue