Skip to content

Commit 043b9c2

Browse files
committed
fix: revert to eval-source-map facebook/create-react-app#6444
1 parent 48e471d commit 043b9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/webpack.config.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = {
4040
mode: 'development',
4141
// You may want 'eval' instead if you prefer to see the compiled output in DevTools.
4242
// See the discussion in https://github.com/facebookincubator/create-react-app/issues/343.
43-
devtool: 'eval-source-map',
43+
devtool: 'cheap-module-source-map',
4444
// These are the "entry points" to our application.
4545
// This means they will be the "root" imports that are included in JS bundle.
4646
// The first two entry points enable "hot" CSS and auto-refreshes for JS.

0 commit comments

Comments
 (0)