ModiFax
ModiFax

Reputation: 1

Nuxt 3 Module – Debugging stops working when using a module component in the playground (WebStorm)

I created a new Nuxt module using the following command:

npx nuxi init -t module my-module

Debugging in WebStorm works fine as long as I don't use any component from the module.

However, as soon as I use a component from the module in the playground (by uncommenting a specific section), my breakpoints are no longer hit.

Why does debugging stop working when I use a module component in the playground? Are there any specific settings in WebStorm or Nuxt that I need to adjust to fix this issue?

I don have any idea why that happen.

Upvotes: 0

Views: 12

Answers (0)

Related Questions