Closed davidkhess closed 6 years ago
Dying here:
SCRIPT1010: Expected identifier babel-transform.js (1,53116)
[...]t.arrayExpression=t.ArrayExpression=function(...e){return(0,n.default)("ArrayExpression",...e)},[...]
Looks like this build has spread syntax in it which is causing it to not load in IE11.
Probably not happening and this is a suitable workaround:
https://github.com/Rich-Harris/shimport
Dying here:
SCRIPT1010: Expected identifier babel-transform.js (1,53116)
Looks like this build has spread syntax in it which is causing it to not load in IE11.