From 17ccecdf594ddedbc0a96e1fb4884888757b23d8 Mon Sep 17 00:00:00 2001 From: Dustin Brett Date: Fri, 14 Mar 2025 19:30:59 -0700 Subject: [PATCH] More options in prod --- next.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 6a71696a..c611215f 100644 --- a/next.config.js +++ b/next.config.js @@ -27,7 +27,8 @@ const nextConfig = { devIndicators: false, output: "export", productionBrowserSourceMaps: false, - reactStrictMode: true, + reactProductionProfiling: false, + reactStrictMode: !isProduction, webpack: (config) => { config.plugins.push( new webpack.NormalModuleReplacementPlugin(/node:/, (resource) => {