UNPKG
iput
Version:
latest (2.0.1)
2.0.1
2.0.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.0.4
0.0.3
0.0.2
0.0.1
an IP input component like windows
github.com/lizheming/iput
lizheming/iput
iput
/
.babelrc
17 lines
•
268 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"presets"
: [ [
"
@babel
/preset-env"
, {
"targets"
: {
"ie"
:
8
} } ],
"
@babel
/preset-react"
],
"plugins"
: [
"
@babel
/plugin-proposal-object-rest-spread"
,
"
@babel
/plugin-proposal-class-properties"
] }