2018/8/7 下午2:04:17 测试不可用,之前是可用的,本文可能有坑,仅供参考。
适用理论上适配所有 babel 项目,React/React-Native 亲测可用。
安装依赖
yarn add babel-plugin-transform-decorators-legacy -D
配置 .babelrc
.babelrc
{
...
"plugins": ["transform-decorators-legacy"]
...
}
2018/8/7 下午2:04:17 测试不可用,之前是可用的,本文可能有坑,仅供参考。
适用理论上适配所有 babel 项目,React/React-Native 亲测可用。
yarn add babel-plugin-transform-decorators-legacy -D
.babelrc
{
...
"plugins": ["transform-decorators-legacy"]
...
}
本文标题:babel 配置装饰器
本文链接:https://www.haomeiwen.com/subject/sogblftx.html
网友评论