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