nosferatu500 / react-sortable-tree

Drag-and-drop sortable component for nested data and hierarchies
https://nosferatu500.github.io/react-sortable-tree/
MIT License
150 stars 51 forks source link

Use esm source as module #28

Closed jhen0409 closed 1 year ago

jhen0409 commented 1 year ago

We found that our site didn't work on older browsers, and found out the reason is this package used cjs source in webpack.

Add module field to use esm source will solve the issue.

nosferatu500 commented 1 year ago

Thanks!