From 53495c03ba65f4b4691e48f634ea779f6f9cc306 Mon Sep 17 00:00:00 2001 From: Yusuf Seyrek Date: Mon, 14 Aug 2023 13:59:29 +0300 Subject: [PATCH] feat(nextjs config): enable production browser sourcemaps (#367) --- next.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.js b/next.config.js index 04958589..f293ba9f 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + productionBrowserSourceMaps: true, reactStrictMode: true, images: { domains: [