systemjs / plugin-babel

SystemJS Babel Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dist/babel-transform.js (2.0 branch) not working in IE11

davidkhess opened this issue · comments

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