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

Use babel-plugin-transform-object-assign for IE compatibility as Object.assign is not available in IE. #12

Merged
merged 1 commit into from
Feb 16, 2017

Conversation

DanielBadan
Copy link

Replace Object.assign with an inline helper using babel-plugin-transform-object-assign.
I'm not sure if rollup configuration needs full plugin name or is ok with 'transform-object-assign' as I couldn't ran the tests on my windows machine.

@pbeshai
Copy link
Owner

pbeshai commented Feb 16, 2017

Thanks! It works as is.

@pbeshai pbeshai merged commit e9b51a3 into pbeshai:master Feb 16, 2017
@pbeshai
Copy link
Owner

pbeshai commented Feb 16, 2017

Published to npm v1.1.1.

@DanielBadan
Copy link
Author

Thanks!

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.

2 participants