Skip to content

Commit

Permalink
Revert "Switch to eval-source-map (#5060)" (#6444)
Browse files Browse the repository at this point in the history
This reverts commit 773d103.
  • Loading branch information
ianschmitz authored and Timer committed Feb 18, 2019
1 parent df3e73f commit 09def49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/config/webpack.config.js
Expand Up @@ -131,7 +131,7 @@ module.exports = function(webpackEnv) {
? shouldUseSourceMap
? 'source-map'
: false
: isEnvDevelopment && 'eval-source-map',
: isEnvDevelopment && '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.
entry: [
Expand Down

0 comments on commit 09def49

Please sign in to comment.