Babel转码时报错 Unexpected EOF at line 1 column 2 of the JSON5 data. Still to read:“”_error while parsing json - unexpected eof at line

问题描述:

使用Babel转码时报错:
Error while parsing JSON - Unexpected EOF at line 1 column 2 of the JSON5 data. Still to read: “”
image-20200524200432803

原因:

编辑.babelrc文件完成后没有保存,导致读到的是空。

解决:

保存.babelrc文件
再次测试,执行成功
image-20200524200654386