dustingetz / react-cursor

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

Migrated Project from Browserify/Grunt to Webpack #52

Closed damassi closed 9 years ago

damassi commented 9 years ago

This PR does a few things:

New commands: npm test npm run build npm run dist, which exports a minified build into the lib directory

Examples: npm install npm start

I would pull this down and take a good look at it before you merge, but it follows many of the current conventions in react / webpack land so it should look fairly familiar.

dustingetz commented 9 years ago

This was spectacular. Thank you so much for your efforts.

damassi commented 9 years ago

np! Gotta love webpack ;)