UNPKG
simred
Version:
latest (2.1.2)
2.1.2
1.1.2
1.1.1
1.0.1
1.0.0
A simple redux-like application state manager
github.com/gaelph/simred
gaelph/simred
simred
/
.babelrc
17 lines
•
243 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"
, {
"useBuiltIns"
:
"usage"
,
"corejs"
:
3
,
"targets"
: {
"ie"
:
11
,
"ios"
:
10
} } ],
"
@babel
/react"
],
"comments"
: false, }