Skip to content

Commit

Permalink
chore: change sourcemap to hidden (#2529)
Browse files Browse the repository at this point in the history
  • Loading branch information
heatlikeheatwave authored Jul 30, 2024
1 parent 7e56142 commit 0f020ae
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 && process.env.VERCEL_ENV !== 'development') {
config.devtool = 'source-map'
config.devtool = 'hidden-source-map'
}

return config
Expand Down

0 comments on commit 0f020ae

Please sign in to comment.