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