HenrikJoreteg / redux-bundler

Compose a Redux store out of smaller bundles of functionality.
https://reduxbundler.com
583 stars 46 forks source link

Include published index.js and point module to it #8

Closed yoeran closed 6 years ago

yoeran commented 6 years ago

I had the same problem as MarttiR mentioned in #5 This is my attempt to fix that, hope it's the correct way.

HenrikJoreteg commented 6 years ago

Thank you for this @yoeran! I actually wanted to switch over to using microbundle anyway, so I went ahead and did that. It now builds both a package.module file that is module format but has been compiled as well as a common JS version that is package.main. Let me know if you have any more issues with this. Thanks again!