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

Use `--out-dir` instead of `--out-file` #11

Closed cgarvis closed 8 years ago

cgarvis commented 8 years ago

Webpack didn't like this as one file. Seems babel didn't handle the relative requires properly. Changed to compile the files one for one to ES5.

danscan commented 8 years ago

Published rn-redux-mixpanel@1.1.8 Thanks for the quick fix. Swamped with other work right now, so didn't get to check it yet myself.