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
{{ message }}
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.
I'm having troubles with the generated sourcemaps being wrong. When I try to set a breakpoint in some part of my SFC's <script> block, it is getting mapped to the <style> chunk.
It would be great if we could have the option to just disable the source maps entirely, since I really don't find them necessary anyway. The raw output of the template compiler is perfectly readable and understandable in serve mode since no minification is being performed.
I'm having troubles with the generated sourcemaps being wrong. When I try to set a breakpoint in some part of my SFC's <script> block, it is getting mapped to the <style> chunk.
It would be great if we could have the option to just disable the source maps entirely, since I really don't find them necessary anyway. The raw output of the template compiler is perfectly readable and understandable in serve mode since no minification is being performed.
At the moment, I'm doing this as a workaround:
The text was updated successfully, but these errors were encountered: