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

Issues including redux-form-saga with create-react-app #27

Closed
wants to merge 2 commits into from
Closed

Issues including redux-form-saga with create-react-app #27

wants to merge 2 commits into from

Conversation

tkvw
Copy link
Contributor

@tkvw tkvw commented Jul 30, 2017

I have some trouble including this library in a project created with create-react-app. Create-react-app does not transpile external dependencies @see: facebook/create-react-app#984 and because babel-polyfill is included the es2015 module in /lib includes the regenerator-runtime, which is expected globally (because of babel-polyfill). According to the docs an external library should use https://babeljs.io/docs/plugins/transform-runtime/.

This PR removes the babel-polyfill development dependency.

@tkvw
Copy link
Contributor Author

tkvw commented Jul 30, 2017

Ha! Just saw #23 which solves this 👍

@tkvw tkvw closed this Jul 30, 2017
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

Successfully merging this pull request may close these issues.

1 participant