TIP
该配置由 Modern.js Builder 提供,更多信息可参考 output.enableLatestDecorators。
boolean
false
是否要使用 新版 decorator 提案 进行编译。
默认情况下,Builder 在编译装饰器时采用 旧版 decorator 提案。
将 output.enableLatestDecorators
设置为 true
时,Builder 会采用新版 decorator 提案 (2018-09 版本) 进行编译。
export default {
output: {
enableLatestDecorators: true,
},
};