Getting BABEL_PARSER_SYNTAX_ERROR when starting up meteor on 2.2.1, 2.3 or 2.3.1. Report here is for 2.3.1 Reported here #11410 but it is a pull not a bug: Steps to reproduce: create a todo app with blaze: meteor create --blaze simple-todos-blaze Update to meteor 2.3.1 meteor ...
Bug Report I would like to work on a fix! Current behavior babel-parser throws syntax error Unexpected token (1:9) with moduleStringNames plugin and flow plugin. (REPL) This happens on import only, export works fine. (REPL) Input Code im...