UNPKG
react-scratch-easy
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
$ npm install react-scratch-easy
github.com/VanBawi/react-scratch-easy
VanBawi/react-scratch-easy
react-scratch-easy
/
babel.config.json
18 lines
•
256 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"presets"
: [ [
"
@babel
/env"
, {
"targets"
: {
"edge"
:
"17"
,
"firefox"
:
"60"
,
"chrome"
:
"67"
,
"safari"
:
"11.1"
},
"useBuiltIns"
:
"usage"
,
"corejs"
:
"3.6.5"
} ],
"
@babel
/preset-react"
] }