We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65110f commit fb013daCopy full SHA for fb013da
packages/@vue/babel-preset-app/index.js
@@ -37,7 +37,8 @@ module.exports = (context, options = {}) => {
37
// stage 2. This includes some important transforms, e.g. dynamic import
38
// and rest object spread.
39
presets.push([require('@babel/preset-stage-2'), {
40
- useBuiltIns: true
+ useBuiltIns: true,
41
+ decoratorsLegacy: options.decoratorsLegacy || false
42
}])
43
44
// transform runtime, but only for helpers
0 commit comments