edgardleal / require-vuejs

RequireJS plugin to async and dynamic load and parse .vue components
https://edgardleal.github.io/require-vuejs/
MIT License
149 stars 30 forks source link

No sources in chrome dev tools #46

Open dschien opened 4 years ago

dschien commented 4 years ago

Hi

I must be doing something very wrong but I cannot see the sources in the chrome dev tools. I can put a debugger statement into the code, which stops the debugger in the dev tools and then I can step through the files.

But that approach is inconvient. Is there some documentation how to approach developemnt?

Best regards