UNPKG
@wimdental/i18n
Version:
latest (1.0.5)
1.0.5
Simple module to localize the React using simple tools.
wimdental/wimdental-i18n
@wimdental/i18n
/
.babelrc
4 lines
•
176 B
Plain Text
View Raw
1
2
3
4
{
"presets"
:
[
"es2015"
,
"react"
,
"stage-0"
,
"stage-1"
,
"stage-2"
]
,
"plugins"
:
[
"transform-decorators-legacy"
,
"transform-react-jsx"
,
"transform-class-properties"
]
}