We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98d5c9 commit 78f0a96Copy full SHA for 78f0a96
packages/react-scripts/config/webpack.config.dev.js
@@ -77,7 +77,7 @@ module.exports = {
77
mode: 'development',
78
// You may want 'eval' instead if you prefer to see the compiled output in DevTools.
79
// See the discussion in https://github.com/facebook/create-react-app/issues/343
80
- devtool: 'eval-source-map',
+ devtool: 'cheap-module-source-map',
81
// These are the "entry points" to our application.
82
// This means they will be the "root" imports that are included in JS bundle.
83
// The first two entry points enable "hot" CSS and auto-refreshes for JS.
0 commit comments