Skip to content

Commit 78f0a96

Browse files
jasonLasterTimer
authored andcommitted
Switch back to cheap-module-source-map (facebook#5059)
1 parent b98d5c9 commit 78f0a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/config/webpack.config.dev.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module.exports = {
7777
mode: 'development',
7878
// You may want 'eval' instead if you prefer to see the compiled output in DevTools.
7979
// See the discussion in https://github.com/facebook/create-react-app/issues/343
80-
devtool: 'eval-source-map',
80+
devtool: 'cheap-module-source-map',
8181
// These are the "entry points" to our application.
8282
// This means they will be the "root" imports that are included in JS bundle.
8383
// The first two entry points enable "hot" CSS and auto-refreshes for JS.

0 commit comments

Comments
 (0)