UNPKG
generator-hyfe
Version:
latest (2.0.0)
2.0.0
1.0.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
海云数据前端项目脚手架
github.com/baizn/generator-hyfe
baizn/generator-hyfe
generator-hyfe
/
generators
/
app
/
templates
/
framework2
/
.babelrc
17 lines
(16 loc)
•
321 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"presets"
:
[
"es2015"
,
"react"
,
"stage-0"
]
,
"plugins"
:
[
"transform-decorators-legacy"
,
"syntax-async-functions"
,
"transform-async-to-generator"
,
[
"import"
,
{
"libraryName"
:
"antd"
,
"style"
:
"css"
}
]
]
,
"env"
:
{
"test"
:
{
"plugins"
:
[
"babel-plugin-rewire"
]
}
}
}