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 45dff31 commit 39209dcCopy full SHA for 39209dc
packages/react-devtools-inline/webpack.config.js
@@ -31,7 +31,8 @@ module.exports = {
31
},
32
externals: {
33
react: 'react',
34
- 'react-debug-tools': 'react-debug-tools',
+ // TODO: Once this package is published, remove the external
35
+ // 'react-debug-tools': 'react-debug-tools',
36
'react-dom': 'react-dom',
37
'react-is': 'react-is',
38
scheduler: 'scheduler',
0 commit comments