UNPKG
maxme-electron
Version:
latest (2.4.12)
2.4.12
2.4.9
2.4.8
The electron wrap of MaxME.
maxme-electron
/
react-sample
/
.babelrc
4 lines
•
180 B
Plain Text
View Raw
1
2
3
4
{
"presets"
:
[
"babel-preset-env"
,
"babel-preset-react"
]
,
"plugins"
:
[
"transform-runtime"
,
[
"import"
,
{
"libraryName"
:
"antd"
,
"libraryDirectory"
:
"es"
,
"style"
:
"css"
}
]
]
}