diff --git a/next.config.mjs b/next.config.mjs index 7e236e29ad..b5541579d8 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -4,6 +4,7 @@ import withBundleAnalyzer from '@next/bundle-analyzer' /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: false, + productionBrowserSourceMaps: true, eslint: { dirs: ['src'], },