UNPKG
generator-ionic-suc
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.0
0.0.1
ionic1 with webpack
github.com/ylzc/generator-ionic-suc
ylzc/generator-ionic-suc
generator-ionic-suc
/
generators
/
app
/
templates
/
.babelrc
22 lines
(21 loc)
•
346 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"plugins"
:
[
"angularjs-annotate"
]
,
"presets"
:
[
[
"@babel/preset-env"
,
{
"modules"
:
false
,
"targets"
:
{
"browsers"
:
[
"android > 4.4.4"
,
"ios > 8"
]
}
,
"useBuiltIns"
:
"usage"
,
"debug"
:
false
}
]
]
}