pbastowski / angular-meteor-babel

Babel 5 ES6 transpiler for angular-meteor (includes ng-annotate)
11 stars 4 forks source link

Startup error #7

Closed ShimShamSam closed 9 years ago

ShimShamSam commented 9 years ago
   While loading plugin `compileNGScript` from package `pbastowski:angular-babel`:
   native: Unexpected token }
   at Object.parse (native)
   at getCustomConfig (packages/compileNGScript/plugin/ng-script-compiler.js:132:1)
   at Package (packages/compileNGScript/plugin/ng-script-compiler.js:25:1)
   at <runJavaScript-50>:155:4
   at <runJavaScript-50>:162:3
pbastowski commented 9 years ago

What is the exact contents of your .babelrc file?

ShimShamSam commented 9 years ago

Ah crap, I'm dumb. It was a trailing comma in my .babelrc file.