We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637517b commit 594d77bCopy full SHA for 594d77b
packages/react-scripts/config/webpack.config.prod.js
@@ -62,7 +62,7 @@ module.exports = {
62
bail: true,
63
// We generate sourcemaps in production. This is slow but gives good results.
64
// You can exclude the *.map files from the build during deployment.
65
- devtool: 'source-map',
+ devtool: 'hidden-source-map',
66
// In production, we only want to load the polyfills and the app code.
67
entry: [
68
require.resolve('./polyfills'),
0 commit comments