Skip to content

Commit 39209dc

Browse files
author
Brian Vaughn
committed
Update react-devtools-inline to embed react-debug-tools since it's not published yet
1 parent 45dff31 commit 39209dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ module.exports = {
3131
},
3232
externals: {
3333
react: 'react',
34-
'react-debug-tools': 'react-debug-tools',
34+
// TODO: Once this package is published, remove the external
35+
// 'react-debug-tools': 'react-debug-tools',
3536
'react-dom': 'react-dom',
3637
'react-is': 'react-is',
3738
scheduler: 'scheduler',

0 commit comments

Comments
 (0)