Syntax Error: Unexpected token, expected {

 

加入.babelrc文件

{
    "presets": [
        "es2015-loose",
        "stage-1"
    ],
    "plugins": [
        "transform-flow-comments"
    ]
}

 

相关文章:

  • 2021-04-25
  • 2021-10-08
  • 2022-01-18
  • 2021-05-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-09
  • 2021-11-06
  • 2021-08-30
  • 2021-12-16
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案