Skip to content

Commit

Permalink
Update react-devtools-inline to embed react-debug-tools since it's no…
Browse files Browse the repository at this point in the history
…t published yet
  • Loading branch information
Brian Vaughn committed Aug 14, 2019
1 parent 45dff31 commit 39209dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react-devtools-inline/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ module.exports = {
},
externals: {
react: 'react',
'react-debug-tools': 'react-debug-tools',
// TODO: Once this package is published, remove the external
// 'react-debug-tools': 'react-debug-tools',
'react-dom': 'react-dom',
'react-is': 'react-is',
scheduler: 'scheduler',
Expand Down

0 comments on commit 39209dc

Please sign in to comment.