We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 324045b commit 76d79f2Copy full SHA for 76d79f2
packages/react-devtools-inline/webpack.config.js
@@ -17,7 +17,7 @@ const DEVTOOLS_VERSION = getVersionString();
17
18
module.exports = {
19
mode: __DEV__ ? 'development' : 'production',
20
- devtool: 'source-map',
+ devtool: __DEV__ ? 'eval-cheap-source-map' : 'source-map',
21
entry: {
22
backend: './src/backend.js',
23
frontend: './src/frontend.js',
0 commit comments