diff --git a/next.config.js b/next.config.js index 83a7362487..00e682c216 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 && process.env.VERCEL_ENV !== 'development') { - config.devtool = 'source-map' + config.devtool = 'hidden-source-map' } return config