使用Babel独立版编译ES6代码时报错误:Unexpected token

使用babel-standalone来在线编译ES6代码,但是遇到如下错误:

Unexpected token <

原因是ES6中使用了ReactJS,需要在编译预设置选项(presets)中添加react,记录下。

你可能感兴趣的:(使用Babel独立版编译ES6代码时报错误:Unexpected token)