lowdefy/packages/blockTools/.babelrc

24 lines
306 B
Plaintext

{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "12",
"esmodules": true
}
}
],
"@babel/preset-react"
],
"plugins": [
[
"import",
{
"libraryName": "antd",
"style": "css"
}
]
]
}