UNPKG
inegicomponentes-tabulador
Version:
latest (2.3.2)
2.3.2
2.3.1
2.3.0
Componentes de visualizacion 2023 - Tabuladores
inegicomponentes-tabulador
/
.babelrc
9 lines
(8 loc)
•
228 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
{
"presets"
:
[
"@babel/preset-env"
,
//para codigo js compatible
"@babel/preset-react"
// para codigo react
]
,
"plugins"
:
[
]
}