diff --git a/docs/next.config.mjs b/docs/next.config.mjs index e6863e8b294..471f05cca2c 100644 --- a/docs/next.config.mjs +++ b/docs/next.config.mjs @@ -20,7 +20,7 @@ export default withDocsInfra({ workerThreads: true, cpus: 3, }, - transpilePackages: ['@mui/monorepo', '@mui/x-charts'], + transpilePackages: ['@mui/monorepo', '@mui/x-charts', '@mui/docs'], // Avoid conflicts with the other Next.js apps hosted under https://mui.com/ assetPrefix: process.env.DEPLOY_ENV === 'development' ? undefined : '/toolpad', env: {