abc123s / redux-batch-enhancer

Batch subscriber notification for an array of actions (including complex actions, e.g. thunks).
25 stars 8 forks source link

Add babel and prepublish build step #4

Closed olslash closed 8 years ago

olslash commented 8 years ago

This adds babel as a dependency, and uses it to build the project before publishing to NPM, so npm users get a ES5 file that does not need to be run through another build step.

I tested it with my own NPM account and it works great.

fixes #1

abc123s commented 8 years ago

Looks good - thanks olslash!