diff --git a/next.config.ts b/next.config.ts index 99613e6e..27d31042 100644 --- a/next.config.ts +++ b/next.config.ts @@ -36,11 +36,6 @@ const nextConfig: NextConfig = { ], }, reactStrictMode: true, - modularizeImports: { - '@mui/material': { - transform: '@mui/material/{{member}}', - }, - }, // https://react-svgr.com/docs/next/ webpack(config) { // Grab the existing rule that handles SVG imports