UNPKG
@mediciland/bpanel-transaction-detail
Version:
latest (1.0.1)
1.0.1
1.0.0
Easily view the details of a Transaction
@mediciland/bpanel-transaction-detail
/
.babelrc
20 lines
(19 loc)
•
307 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
{
"presets"
:
[
[
"env"
,
{
"targets"
:
{
"browsers"
:
[
"last 2 versions"
]
}
,
"useBuiltins"
:
"usage"
,
"loose"
:
true
}
]
,
[
"react"
]
]
,
"plugins"
:
[
[
"transform-runtime"
,
{
"helpers"
:
false
,
"polyfill"
:
false
,
"regenerator"
:
true
}
]
]
}