systemjs / plugin-babel

SystemJS Babel Plugin
MIT License
82 stars 33 forks source link

SyntaxError with v0.0.3 #17

Closed dbrelovsky closed 8 years ago

dbrelovsky commented 8 years ago

I get the following exception with plugin-babel@0.0.3:

Uncaught (in promise) SyntaxError: http://localhost:3000/jspm_packages/npm/systemjs-plugin-babel@0.0.3/babel-helpers/slicedToArray.js: Unexpected token (37:2)

Seems like there are some parenthesis missing for the IIFE to work?

guybedford commented 8 years ago

Thanks, I've pushed out a 0.0.4 with a fix. Let me know if that works for you.

dbrelovsky commented 8 years ago

Wow - this was fast! Its working now - thank you