swimlane / angular1-systemjs-seed

AngularJS 1.x + SystemJS Seed
MIT License
211 stars 40 forks source link

require('babel/external-helpers') #31

Closed iksose closed 9 years ago

iksose commented 9 years ago

https://github.com/jspm/jspm-cli/issues/633

Luckily I found that issue, I couldn't run this repo until I included require('babel/external-helpers') at the top of app.js

Also btw this repo is incredible

Hypercubed commented 9 years ago

I had to do the same. I added import 'babel/external-helpers';

amcdnl commented 9 years ago

Ya, this was a recent change in JSPM. I need to update the project to use that. PR welcome ;)

Hypercubed commented 9 years ago

I submitted the PR but the solution was thanks to @iksose .