danielstocks/react-sortable

npm module does not export anything

Closed this issue · 4 comments

The module is currently not directly usable via webpack (possibly also not browserify) since the module does not export anything. Shimming works for now, but of course it adds complexity.

Literally just hit exactly the same problem

If you're in webpack install exports-loader and use require('exports?Sortable!react-sortable').

adds complication to my test process - would rather not have an edge case for just one library. Thanks though :) Just copied the source as it's only a small file.

fixed in 0549012