未捕获的 ReferenceError: _JSXStyle 未定义

问题描述

当我尝试运行我的应用程序时总是出现此错误

Uncaught ReferenceError: _JSXStyle is not defined
    at Object.<anonymous> (main.c69774e7a8e2d0c8311f.chunk.js:2)
    at Object.9bd43c535dc42a6ee5a8 (main.c69774e7a8e2d0c8311f.chunk.js:2)
    at c (runtime.0c3f87db4ff867aff6bf.js:1)
    at Module.f7979a2d28599d65372d (main.c69774e7a8e2d0c8311f.chunk.js:2)
    at c (runtime.0c3f87db4ff867aff6bf.js:1)
    at Object.0 (main.c69774e7a8e2d0c8311f.chunk.js:2)
    at c (runtime.0c3f87db4ff867aff6bf.js:1)
    at t (runtime.0c3f87db4ff867aff6bf.js:1)
    at Array.r [as push] (runtime.0c3f87db4ff867aff6bf.js:1)
    at main.c69774e7a8e2d0c8311f.chunk.js:2

通过 babelrc 文件

{
  "plugins": [
    "react-hot-loader/babel"
    
  ]
}

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)