systemjs / plugin-babel

SystemJS Babel Plugin
MIT License
83 stars 33 forks source link

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

Closed davidkhess closed 5 years ago

davidkhess commented 5 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.

davidkhess commented 5 years ago

Probably not happening and this is a suitable workaround:

https://github.com/Rich-Harris/shimport