Skip to content

Commit

Permalink
Change source-map to hidden-source-map in webpack config to test buil…
Browse files Browse the repository at this point in the history
…d time
  • Loading branch information
heatlikeheatwave committed Jul 25, 2024
1 parent 70fb522 commit fd7c6b1
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 = 'source-map'
config.devtool = 'hidden-source-map'
}

return config
Expand Down

0 comments on commit fd7c6b1

Please sign in to comment.