Skip to content

Commit

Permalink
fix: revert to eval-source-map facebook/create-react-app#6444
Browse files Browse the repository at this point in the history
  • Loading branch information
jpavon committed Mar 16, 2019
1 parent 48e471d commit 043b9c2
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 @@ -40,7 +40,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/facebookincubator/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 043b9c2

Please sign in to comment.