UNPKG
react-modeling
Version:
latest (1.0.1)
1.0.1
1.0.0
Collection of modeling utils
github.com/strobox/react-modeling
strobox/react-modeling
react-modeling
/
.babelrc
11 lines
•
196 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"presets"
: [ [
"
@babel
/preset-env"
,{
"targets"
: {
"browsers"
: [
"last 2 versions"
,
"not ie <= 9"
] } }],
"
@babel
/preset-react"
],
"exclude"
:
"node_modules/**"
}