Skip to content

fix(webpack): devtools inspector_modules handling#8996

Closed
NathanWalker wants to merge 1 commit into
masterfrom
fix/devtools-inspector-handling
Closed

fix(webpack): devtools inspector_modules handling#8996
NathanWalker wants to merge 1 commit into
masterfrom
fix/devtools-inspector-handling

Conversation

@NathanWalker
Copy link
Copy Markdown
Contributor

@NathanWalker NathanWalker commented Oct 30, 2020

PR Checklist

What is the current behavior?

Chrome devtools Elements and Network tabs do not work due to how inspector_modules is references in webpack.config.js

What is the new behavior?

Chrome devtools Elements and Network tabs work by referencing them correctly in webpack.config.js entries.

  • Confirm operational with android
  • Fixes issue where tapping the network request would disconnect the socket

closes #8930

@cla-bot cla-bot Bot added the cla: yes label Oct 30, 2020
@rbudnar
Copy link
Copy Markdown

rbudnar commented Nov 12, 2020

@NathanWalker I tried applying the change in this PR to my webpack.config but still have the problem as described in #8930 on android.

@NathanWalker
Copy link
Copy Markdown
Contributor Author

Thanks @rbudnar indeed still investigating Android - the changes help iOS only at moment.

@NathanWalker
Copy link
Copy Markdown
Contributor Author

closing as fixed in upcoming webpack5 with {N} 8.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Breakpoint debugging does not work in NS7

3 participants