Skip to content

Commit

Permalink
Update devtool to be hidden-source-map
Browse files Browse the repository at this point in the history
  • Loading branch information
adonispuente committed Jul 9, 2024
1 parent cb07372 commit 55debc3
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 686 deletions.
2 changes: 1 addition & 1 deletion config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const commonConfig = ({ dev }) => {
publicPath,
chunkFilename: dev ? '[name].js' : '[name].[contenthash].js',
},
devtool: process.env.SENTRY_AUTH_TOKEN ? 'source-map' : false,
devtool: process.env.SENTRY_AUTH_TOKEN ? 'hidden-source-map' : false,
...(dev
? {
cache: {
Expand Down
Loading

0 comments on commit 55debc3

Please sign in to comment.