UNPKG
olivegroup-gamifiedv1
Version:
latest (1.0.0)
1.0.0
Gamified for user
olivegroup-gamifiedv1
/
webpack.config.json
18 lines
•
290 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"
] }