Skip to content

Commit

Permalink
Switch back to cheap-module-source-map (facebook#5059)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonLaster authored and Timer committed Sep 21, 2018
1 parent 2a8aef1 commit a1566c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module.exports = {
mode: 'development',
// You may want 'eval' instead if you prefer to see the compiled output in DevTools.
// See the discussion in https://github.com/facebook/create-react-app/issues/343
devtool: 'eval-source-map',
devtool: 'cheap-module-source-map',
// These are the "entry points" to our application.
// This means they will be the "root" imports that are included in JS bundle.
// The first two entry points enable "hot" CSS and auto-refreshes for JS.
Expand Down

0 comments on commit a1566c6

Please sign in to comment.