美文网首页
react-native配置decorators-legacy支

react-native配置decorators-legacy支

作者: vivianXIa | 来源:发表于2020-07-15 11:21 被阅读0次
image.png
yarn add  @babel/plugin-proposal-decorators
//如果是npm  不推荐使用会导致旧包的丢失
// npm install --save-dev @babel/plugin-proposal-decorators

babel.config.js中配置插件
增加代码:

 plugins: [
  ['@babel/plugin-proposal-decorators', { 'legacy': true }]]
image.png

相关文章

网友评论

      本文标题:react-native配置decorators-legacy支

      本文链接:https://www.haomeiwen.com/subject/igkxhktx.html