-
Notifications
You must be signed in to change notification settings - Fork 176
switch to babel transform runtime Fixes #152 #161
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
Conversation
add33f5
to
acd9f9d
Compare
3.5.0 broke this package in IE because Object.assign isn't variable. You need to enable transform-runtime to automatically shim the feature. |
acd9f9d
to
90c9f07
Compare
Fixes #152 |
@deini ^ |
Looks good, can you remove the /dist changes please? We will push them when we cut a new release. |
This allows the use of Object.assign
90c9f07
to
7fbdc10
Compare
@deini rebased and fixed. Looking forward to getting the dist files git-ignored in v4 |
Me too @graingert , thanks for updating this. |
@deini any chance of a release? |
@graingert I don't have npm access yet. I'll bug @AntJanus tomorrow :) |
or @wbuchwalter |
@deini I'm about to do a release. Thanks! :) |
No description provided.