From bdad43189e851009a7e1aa1d63e3c1e7d45afa03 Mon Sep 17 00:00:00 2001 From: rtrembecky Date: Sat, 23 Nov 2024 22:07:27 +0100 Subject: [PATCH] hotfix React Admin on new next version --- next.config.ts | 5 ----- 1 file changed, 5 deletions(-) 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