Replies: 1 comment
-
Hi, I love this library, but for me this is an stopper. I can't live without the debugger. The only fix I tested was to put the debugger keyword in the javascript code, but its a little dirty because debugger shows up the digested javascript and only works "well" in Chrome. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When running vue app in development mode using
yarn serve
, you can see all.vue
files listed in sources panel of the browser's developer tools interface, underwebpack://
.This is extremely convenient for debugging components during development process.
Any way to get similar functionality with vue3-sfc-loader?
(FYI, using only vue2 for now)
Beta Was this translation helpful? Give feedback.
All reactions