mango-ui-v2/.babelrc

24 lines
330 B
Plaintext
Raw Normal View History

2021-03-26 09:44:55 -07:00
{
"presets": [
[
"next/babel",
{
"preset-react": {
"runtime": "automatic",
"importSource": "@emotion/react"
}
}
]
],
2021-04-02 11:26:21 -07:00
"plugins": [
"@emotion/babel-plugin",
[
"import",
{
"libraryName": "antd",
"style": true
}
]
]
}