joshburgess / redux-most

Most.js based middleware for Redux. Handle async actions with monadic streams & reactive programming.
https://www.npmjs.com/package/redux-most
MIT License
139 stars 14 forks source link

Consider switching from Webpack to Rollup #9

Closed joshburgess closed 7 years ago

joshburgess commented 7 years ago

Consider Switching from Webpack to Rollup

I attempted this once in the past and ended up with a larger build size than I was getting with Webpack at the time and just gave up on it, but I may have been doing something wrong.

I'd like to try it again soon and see if I can get things working properly.

vlad-zhukov commented 7 years ago

Rollup doesn't support Babel 7.

joshburgess commented 7 years ago

@Vlad-Zhukov Hmmm. Interesting.

That reminds me. I need to update the Babel & ESLint settings being used in the project.

joshburgess commented 7 years ago

@Vlad-Zhukov do you have any links for me to look at about the Rollup & Babel 7 problem?

vlad-zhukov commented 7 years ago

@joshburgess nope, I couldn't find anything. When you try to run it, it simply throws with a error like cannot get property 'value' of undefined as far as I remember.

joshburgess commented 7 years ago

Closing this for now as I wasn't able to get a smaller build with Rollup.