UNPKG
react-aws-icons
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.2
1.1.1
A collection of AWS Simple Icons to be used with React
github.com/travomic/react-aws-icons
react-aws-icons
/
.babelrc
19 lines
(18 loc)
•
310 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"presets"
: [ [
"
@babel
/preset-env"
, {
"targets"
: {
"browsers"
: [
">1%"
,
"last 4 versions"
,
"Firefox ESR"
,
"not ie < 11"
] } }], [
"
@babel
/preset-stage-2"
, {
"decoratorsLegacy"
: true }],
"
@babel
/preset-react"
] }