vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.68k stars 4.14k forks source link

Using quasar 2 webpack version will error. #2094

Open coolman90011 opened 1 year ago

coolman90011 commented 1 year ago

Vue devtools version

above 6.1.0

Link to minimal reproduction

https://github.com/coolman90011/quasar2webpack

Steps to reproduce & screenshots

  1. npm init quasar (chose webpack cli)
  2. add script to package.json ("electron": "npx quasar dev -m electron -p 8090 --devtools",) image
  3. excute command "yarn electron" image

What is expected?

Vue devtools will open correct.

What is actually happening?

image

System Info

System:
    OS: Windows 10 10.0.19045
    CPU: (6) x64 Intel(R) Core(TM) i5-9400F CPU @ 2.90GHz
    Memory: 7.39 GB / 15.94 GB
  Binaries:
    Node: 16.15.0 - C:\Program Files\nodejs\node.EXE
    Yarn: 1.22.19 - ~\AppData\Roaming\npm\yarn.CMD
    npm: 8.5.5 - C:\Program Files\nodejs\npm.CMD
  Browsers:
    Edge: Spartan (44.19041.1266.0), Chromium (115.0.1901.203)
    Internet Explorer: 11.0.19041.1566
  npmPackages:
    vue: ^3.0.0 => 3.3.4

Any additional comments?

No response

rstoenescu commented 1 year ago

This is duplicate of https://github.com/vuejs/devtools/issues/1886

Azurewarth0920 commented 1 year ago

Cannot reproduce with

https://github.com/coolman90011/quasar2webpack

yarn install automatically updates @quasar/app-webpack to 3.9.3 and it works.