danscan / rn-redux-mixpanel

Configurable redux middleware that sends your actions & user profile data to Mixpanel. Works with React Native!
67 stars 14 forks source link

Convert to es5 before publishing #10

Closed cgarvis closed 8 years ago

cgarvis commented 8 years ago

I use this project in my React Native projects and went to go use it in my ReactJS app. To keep webpack/babel compiling speed up, best practice is to ignore compiling the node_modules. By adding a prepublish hook you can still write ES6 but not require your users to compile your module in development.

danscan commented 8 years ago

Published rn-redux-mixpanel@1.1.7

danscan commented 8 years ago

Thanks @cgarvis!