dustingetz / react-cursor

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

The unminified build does not produce a UMD module #82

Closed newyankeecodeshop closed 8 years ago

newyankeecodeshop commented 8 years ago

In requireJS, need to set:

paths: {
    'react-cursor' : 'lib/react-cursor.min'
}

because the non-minified file will not resolve.

dustingetz commented 8 years ago

published as 2.0.0-alpha.11