UNPKG
xlsx-style-downloadt
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
xlsx-style-plugin
xlsx-style-downloadt
/
.babelrc
19 lines
•
252 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"presets"
:
[
"react-app"
]
,
"plugins"
:
[
[
"@babel/plugin-proposal-decorators"
,
{
"legacy"
:
true
}
]
,
[
"@babel/plugin-proposal-class-properties"
,
{
"loose"
:
true
}
]
]
}