// https://emotion.sh/docs/css-prop##babel-preset // https://mui.com/guides/minimizing-bundle-size/#option-2 { "presets": [ [ "next/babel", { "preset-react": { "runtime": "automatic", "importSource": "@emotion/react" } } ] ], "plugins": [ [ "babel-plugin-import", { "libraryName": "@mui/material", "libraryDirectory": "", "camel2DashComponentName": false }, "core" ], [ "babel-plugin-import", { "libraryName": "@mui/icons-material", "libraryDirectory": "", "camel2DashComponentName": false }, "icons" ], ["@emotion/babel-plugin"] ] }