mango-ui-v2/.babelrc

24 lines
330 B
Plaintext

{
"presets": [
[
"next/babel",
{
"preset-react": {
"runtime": "automatic",
"importSource": "@emotion/react"
}
}
]
],
"plugins": [
"@emotion/babel-plugin",
[
"import",
{
"libraryName": "antd",
"style": true
}
]
]
}