dustingetz / react-cursor

Immutable state for React.js
1.03k stars 50 forks source link

Library main should use compiled source entry point. #98

Closed newyankeecodeshop closed 7 years ago

newyankeecodeshop commented 8 years ago

Since the compiled source is in the /lib folder, the entry point can be the index file in the compiled source. This prevents a “double webpacking” of the react-cursor code when its used within a React application which itself uses web pack. Note that this patch requires a new version of “update-in” because that project had an issue with its library entry point.

dustingetz commented 8 years ago

how do i reproduce this issue (the double webpacking)

dustingetz commented 8 years ago

I see now