From f72ceaa45ec2c552471a1fadd7badceee4a64592 Mon Sep 17 00:00:00 2001 From: Heat Hamilton Date: Thu, 25 Jul 2024 11:23:56 -0400 Subject: [PATCH] nosources source map --- next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.js b/next.config.js index 33f57da3af..7daaced0a7 100644 --- a/next.config.js +++ b/next.config.js @@ -56,7 +56,7 @@ module.exports = withHashicorp({ config.plugins.push(HashiConfigPlugin()) if (process.env.VERCEL_ENV !== 'development') { - config.devtool = 'hidden-source-map' + config.devtool = 'nosources-source-map' } return config