dist/babel-transform.js (2.0 branch) not working in IE11
davidkhess opened this issue · comments
David K. Hess commented
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.
David K. Hess commented
Probably not happening and this is a suitable workaround: