woutdp / live_svelte

Svelte inside Phoenix LiveView with seamless end-to-end reactivity
https://hexdocs.pm/live_svelte
MIT License
1.01k stars 38 forks source link

Mark esbuild as dev only dependency #62

Closed vonagam closed 11 months ago

vonagam commented 11 months ago

live_svelte uses esbuild to build its js files but users of live_svelte do not need to depend on esbuild since they install and use it through node.

woutdp commented 11 months ago

This PR and https://github.com/woutdp/live_svelte/pull/61 are available in 0.10.2

Thank you for the contributions :)