vaheqelyan / svelte-grid

A responsive, draggable and resizable grid layout, for Svelte.
https://svelte-grid.now.sh/
MIT License
948 stars 57 forks source link

Vite/Snowpack ESM Bundler do not work #94

Closed slinso closed 3 years ago

slinso commented 3 years ago

Currently it is not possbile to use svelte-grid with ESM Bundlers like Vite, because of the lodash throttle dependency. Please pull #87 as this is not only svelte-kit related. I am not using svelte-kit but Vite for my SPA projects.

vaheqelyan commented 3 years ago

I'll do it this weekend.

vaheqelyan commented 3 years ago

v5.0.0 - update to the latest version, should fix the issue