StreakYC / react-draggable-list

React component for a list of draggable collapsible items
MIT License
325 stars 49 forks source link

build: use esbuild for example instead of stale parcel version #63

Closed wegry closed 9 months ago

wegry commented 9 months ago

parcel-bundler seems to be the root cause of #61. This issue is preventing package installs around unpublished versions of react-draggable-list (namely #62) on LTS node versions.

This PR uses esbuild as a drop in replacement.

Closes #61.