Skip to content

Commit 7e5bf61

Browse files
author
Guillaume Chau
committedMay 12, 2018
feat(ui): babel feature description
1 parent 3426736 commit 7e5bf61

File tree

1 file changed

+1
-0
lines changed
  • packages/@vue/cli/lib/promptModules

1 file changed

+1
-0
lines changed
 

‎packages/@vue/cli/lib/promptModules/babel.js

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module.exports = cli => {
33
name: 'Babel',
44
value: 'babel',
55
short: 'Babel',
6+
description: 'Transpile modern JavaScript to older versions (for compatibility)',
67
checked: true
78
})
89

0 commit comments

Comments
 (0)
Please sign in to comment.