You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use rollup as build tool for redux-logger following the example of what react did. But I'm encountering a problem: rollup doesn't work well with umd builds(because it works with es2015 modules) and the only file exported by this project is an umd. So, I would like to send a PR to solve this problem.
I'm trying to use rollup as build tool for redux-logger following the example of what react did. But I'm encountering a problem: rollup doesn't work well with umd builds(because it works with es2015 modules) and the only file exported by this project is an umd. So, I would like to send a PR to solve this problem.
For more info about why to use rollup you can read Webpack and Rollup: the same but different that explain the main reasons why rollup is better for redux-logger.
Thanks for your time 😉
The text was updated successfully, but these errors were encountered: