如何在业力中使用ES2016装饰器?

时间:2015-11-12 23:53:08

标签: karma-runner babeljs ecmascript-7

我已在预设中使用karma-babel-preprocessores2015设置了业力。

我在我的代码中使用装饰器,但我不知道如何配置karma来接受它们。我一直在尝试一段时间。

plugins: ['transform-decorators']添加到babelPreprocessor选项无效。

任何帮助将不胜感激。

1 个答案:

答案 0 :(得分:1)

这是由于目前有关装饰者(我正在使用)和巴贝尔的问题引起的。

在Babel中查看这些问题:

#2645 - Fix Decorators

#2801 - Failed to transform decorators with babel-plugin-transform-decorators@6.0.14

#2727 - Decorators are broken in 6.x