Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change module system of the main file #92

Closed
thiamsantos opened this issue Apr 20, 2017 · 1 comment
Closed

Change module system of the main file #92

thiamsantos opened this issue Apr 20, 2017 · 1 comment

Comments

@thiamsantos
Copy link
Contributor

thiamsantos commented Apr 20, 2017

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 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant