mango-web/.babelrc

15 lines
157 B
Plaintext

{
"presets": [
"next/babel"
],
"plugins": [
[
"import",
{
"libraryName": "antd",
"style": true
}
]
]
}