freiksenet / react-calendar

A modular toolkit to build calendar-related things in React
http://freiksenet.github.io/react-calendar/
MIT License
249 stars 46 forks source link

Proposal: skip dist #13

Closed gpbl closed 9 years ago

gpbl commented 9 years ago

Currently the react-calendar needs a build in dist to be used. In my opinion this is not needed.

You can just rename react-calendar.js in index.js and remove the main entry in package.json. We could then just require('react-calendar') without running webpack before, which is useful also when using alpha versions (e.g. directly from github repo, which are not soon deployed to npm.

gpbl commented 9 years ago

Nevermind, the use of ?harmony needs a build anyway :)