We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e471d commit 043b9c2Copy full SHA for 043b9c2
config/webpack.config.dev.js
@@ -40,7 +40,7 @@ module.exports = {
40
mode: 'development',
41
// You may want 'eval' instead if you prefer to see the compiled output in DevTools.
42
// See the discussion in https://github.com/facebookincubator/create-react-app/issues/343.
43
- devtool: 'eval-source-map',
+ devtool: 'cheap-module-source-map',
44
// These are the "entry points" to our application.
45
// This means they will be the "root" imports that are included in JS bundle.
46
// The first two entry points enable "hot" CSS and auto-refreshes for JS.
0 commit comments