我已在预设中使用karma-babel-preprocessor
和es2015
设置了业力。
我在我的代码中使用装饰器,但我不知道如何配置karma来接受它们。我一直在尝试一段时间。
将plugins: ['transform-decorators']
添加到babelPreprocessor
选项无效。
任何帮助将不胜感激。
答案 0 :(得分:1)
这是由于目前有关装饰者(我正在使用)和巴贝尔的问题引起的。
在Babel中查看这些问题:
#2801 - Failed to transform decorators with babel-plugin-transform-decorators@6.0.14