UNPKG
@pgsz/pg-cli
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
pg-cli脚手架的自我学习
github.com/pgsz/cli-stu
pgsz/cli-stu
@pgsz/pg-cli
/
packages
/
pg-cli
/
lib
/
promptModules
/
babel.js
11 lines
(10 loc)
•
292 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module.exports = (api) => { api.
injectFeature
({
name
:
'Babel'
,
value
:
'babel'
,
short
:
'Babel'
,
description
:
'Transpile modern JavaScript to older versions (for compatibility)'
,
link
:
'https://babeljs.io/'
,
checked
:
true
, }) }