Skip to content

Commit

Permalink
react-devtools-inline: Remove css-sourcemap's when bundling for dist (f…
Browse files Browse the repository at this point in the history
  • Loading branch information
sean9keenan authored and koto committed Jun 15, 2021
1 parent eb40f0d commit f3e656f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-devtools-inline/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ module.exports = {
{
loader: 'css-loader',
options: {
sourceMap: true,
sourceMap: __DEV__,
modules: true,
localIdentName: '[local]___[hash:base64:5]',
},
Expand Down

0 comments on commit f3e656f

Please sign in to comment.