You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get debugging working on a webpack project, breakpoints work when using chrome but won't connect when launching with nwjs. The app runs but won't attach and gives this error:
"Can't find a valid target that matches: chrome-extension://*/http://localhost:8080/. Available pages: [\"http://localhost:8080/\",\"chrome-extension://flfgfkddlialhfnmegcdcikgimlflfhn/_generated_background_page.html\"]"
I am trying to get debugging working on a webpack project, breakpoints work when using chrome but won't connect when launching with nwjs. The app runs but won't attach and gives this error:
"Can't find a valid target that matches: chrome-extension://*/http://localhost:8080/. Available pages: [\"http://localhost:8080/\",\"chrome-extension://flfgfkddlialhfnmegcdcikgimlflfhn/_generated_background_page.html\"]"
Any advice would be greatly appreciated.
launch.json:
webpack.config.js:
package.json
The text was updated successfully, but these errors were encountered: