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