templates/.babelrc
2022-05-25 12:33:54 +08:00

13 lines
149 B
Plaintext

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