Skip to content

Commit

Permalink
nosources source map
Browse files Browse the repository at this point in the history
  • Loading branch information
heatlikeheatwave committed Jul 25, 2024
1 parent fd7c6b1 commit f72ceaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f72ceaa

Please sign in to comment.