Skip to content

Commit 594d77b

Browse files
committed
hidden source map
1 parent 637517b commit 594d77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/config/webpack.config.prod.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports = {
6262
bail: true,
6363
// We generate sourcemaps in production. This is slow but gives good results.
6464
// You can exclude the *.map files from the build during deployment.
65-
devtool: 'source-map',
65+
devtool: 'hidden-source-map',
6666
// In production, we only want to load the polyfills and the app code.
6767
entry: [
6868
require.resolve('./polyfills'),

0 commit comments

Comments
 (0)