【React】webpack 怎么配置配置 babel 的装饰器呢?
应该怎样配置装饰器呢?
回答
babel-plugin-transform-decorators-legacy
cnpm i --save-dev babel-plugin-transform-decorators-legacy
.babelrc
{
"presets": ["env"],"plugins": ["transform-decorators-legacy"]
}
以上是 【React】webpack 怎么配置配置 babel 的装饰器呢? 的全部内容, 来源链接: utcz.com/a/76065.html