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 3426736 commit 7e5bf61Copy full SHA for 7e5bf61
packages/@vue/cli/lib/promptModules/babel.js
@@ -3,6 +3,7 @@ module.exports = cli => {
3
name: 'Babel',
4
value: 'babel',
5
short: 'Babel',
6
+ description: 'Transpile modern JavaScript to older versions (for compatibility)',
7
checked: true
8
})
9
0 commit comments