Support for the experimental syntax 'decorators-legacy' isn't currently enabled

时光毁灭记忆、已成空白 提交于 2020-08-11 14:28:08

使用mobx5,针对babel 7.0+版本。折腾了好长时间,总算可以了。

如下:

在babel.config.js 文件中加入:

plugins: [

[

'@babel/plugin-proposal-decorators',

{

'legacy': true

}

]

]

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!