Skip to content

Commit 09def49

Browse files
ianschmitzTimer
authored andcommitted
Revert "Switch to eval-source-map (#5060)" (#6444)
This reverts commit 773d103.
1 parent df3e73f commit 09def49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ module.exports = function(webpackEnv) {
131131
? shouldUseSourceMap
132132
? 'source-map'
133133
: false
134-
: isEnvDevelopment && 'eval-source-map',
134+
: isEnvDevelopment && 'cheap-module-source-map',
135135
// These are the "entry points" to our application.
136136
// This means they will be the "root" imports that are included in JS bundle.
137137
entry: [

0 commit comments

Comments
 (0)