Reputation: 471
I'm getting my feet wet with ES6. i'm using plunker. I've got traceur and systemjs loaded. But i'm getting the foll errors:
GET https://traceur-compiler.googlecode.com/git/bin/traceur.js 404 ()
VM490 system.js:4 GET https://run.plnkr.co/nouZKWksqlQWsCPz/traceur 404 ()G @ VM490 system.js:4(anonymous function) @ VM490 system.js:4(anonymous function) @ VM490 system.js:4(anonymous function) @ VM490 system.js:5(anonymous function) @ VM490 system.js:5(anonymous function) @ VM490 system.js:5(anonymous function) @ VM490 system.js:5(anonymous function) @ VM490 system.js:5(anonymous function) @ VM490 system.js:5(anonymous function) @ VM490 system.js:4
system.js:4 Uncaught (in promise) Error: (SystemJS) XHR error (404) loading https://run.plnkr.co/nouZKWksqlQWsCPz/traceur(…)
The following is the plunker: https://plnkr.co/edit/IOn58GkbGmaZrluLiB3B?p=preview
Can you please help me identify what i could be missing here.
Thanks
Upvotes: 1
Views: 192
Reputation: 666
I faced the same issue but I resolved it by adding traceur-runtime and traceur-compiler to plunk.
Here is the working Plunk:
[http://plnkr.co/edit/P0QV925JtInZYIqRXiW3][1]
Upvotes: 1