美文网首页
babel 配置装饰器

babel 配置装饰器

作者: 本间麻衣子 | 来源:发表于2018-04-27 15:12 被阅读0次

2018/8/7 下午2:04:17 测试不可用,之前是可用的,本文可能有坑,仅供参考。
适用理论上适配所有 babel 项目,React/React-Native 亲测可用。

安装依赖

yarn add babel-plugin-transform-decorators-legacy -D

配置 .babelrc

.babelrc
{
  ...
  "plugins": ["transform-decorators-legacy"]  
  ...
}

相关文章

网友评论

      本文标题:babel 配置装饰器

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