diff --git a/next.config.js b/next.config.js index 33f57da3af..4ffb6b724e 100644 --- a/next.config.js +++ b/next.config.js @@ -52,13 +52,9 @@ module.exports = withHashicorp({ 'unist-util-visit', 'unist-util-visit-parents', ], + productionBrowserSourceMaps: true, webpack(config) { config.plugins.push(HashiConfigPlugin()) - - if (process.env.VERCEL_ENV !== 'development') { - config.devtool = 'hidden-source-map' - } - return config }, async headers() {