UNPKG
hcy-vue-cli
Version:
latest (1.0.1)
1.0.1
1.0.0
An easy to use vue-cli
hcy-vue-cli
/
lib
/
promptModules
/
babel.js
11 lines
(10 loc)
•
296 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module.exports = (pmInstance) => { pmInstance.
injectFeature
({
name
:
"Babel"
,
value
:
"babel"
,
short
:
"Babel"
,
description
:
"Transpile modern JavaScript to older versions (for compatibility)"
,
link
:
"https://babeljs.io/"
,
checked
:
true
, }) }