Browser: Use polyfill to support Object.assign in IE11 (#3942)
parent
97dc34fe06
commit
fbfb4fc5a0
@ -1,8 +1,9 @@ |
||||
{ |
||||
"presets": [ |
||||
"es2015", |
||||
"react" |
||||
], |
||||
|
||||
"plugins": ["transform-object-rest-spread"] |
||||
} |
||||
"presets": [ |
||||
"es2015", |
||||
"react" |
||||
], |
||||
"plugins": [ |
||||
"transform-object-rest-spread" |
||||
] |
||||
} |
Loading…
Reference in new issue