UNPKG
@mais-tech/renault-ui-library
Version:
latest (0.1.144)
0.1.144
0.1.143
0.1.142
0.1.141
0.1.140
0.1.139
0.1.138
0.1.137
0.1.136
0.1.135
0.1.134
0.1.133
0.1.132
UI component library for Renault applications.
@mais-tech/renault-ui-library
/
babel.config.json
19 lines
•
327 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"presets"
: [ [
"
@babel
/env"
, {
"targets"
: {
"edge"
:
"17"
,
"firefox"
:
"60"
,
"chrome"
:
"67"
,
"safari"
:
"11.1"
},
"useBuiltIns"
:
"usage"
,
"corejs"
:
"3.6.5"
} ],
"
@babel
/preset-react"
,
"
@babel
/preset-typescript"
] }