Skip to content

Commit 93c3dc5

Browse files
authored
react-devtools-inline: Remove css-sourcemap's when bundling for dist (#20170)
1 parent 13a62fe commit 93c3dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-devtools-inline/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ module.exports = {
7676
{
7777
loader: 'css-loader',
7878
options: {
79-
sourceMap: true,
79+
sourceMap: __DEV__,
8080
modules: true,
8181
localIdentName: '[local]___[hash:base64:5]',
8282
},

0 commit comments

Comments
 (0)