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

Ensure babel extends builtins on jsnext build #27

Merged
merged 1 commit into from
Jan 4, 2017

Conversation

existentialism
Copy link
Contributor

Was digging into an issue I'm seeing in our app that popped up in redux-form v6.2 (which bumped es6-error to v4).

We use Webpack2 which in turn uses the jsnext build which currently skips babelrc:
https://github.com/bjyoungblood/es6-error/pull/26/files#diff-efd59cd1bdc5c9ac6d0eaa368f1e149fR18

This causes some instanceof breakage since it gets built without babel-plugin-transform-builtin-extend.

@PhilippSpo
Copy link

Any updates on this? I also have this issue using redux-form and webpack 2.

@bjyoungblood
Copy link
Owner

So many bundlers and environments to worry about these days! 😓

@bjyoungblood bjyoungblood merged commit 0d958b1 into bjyoungblood:master Jan 4, 2017
@existentialism
Copy link
Contributor Author

Thanks @bjyoungblood!

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.

3 participants