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 528c465 commit 6cdd56dCopy full SHA for 6cdd56d
packages/@vue/babel-preset-app/index.js
@@ -127,8 +127,8 @@ module.exports = (context, options = {}) => {
127
presets.push([require('@babel/preset-env'), envOptions])
128
129
// additional <= stage-3 plugins
130
- // Babel 7 is removing stgage presets altogether because people are using
131
- // too much unstable proposals. Let's be conservative in the defaults here.
+ // Babel 7 is removing stage presets altogether because people are using
+ // too many unstable proposals. Let's be conservative in the defaults here.
132
plugins.push(
133
require('@babel/plugin-syntax-dynamic-import'),
134
[require('@babel/plugin-proposal-decorators'), { legacy: decoratorsLegacy !== false }],
0 commit comments