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 was archived by the owner on Jan 18, 2022. It is now read-only.
Version
4.7.2
Reproduction link
https://github.com/stevethedev/rollup-vue-typescript
Steps to reproduce
git clone https://github.com/stevethedev/rollup-vue-typescriptnpm installnpm run startwith-script-typescript.vueWhat is expected?
The SourceMap allows a breakpoint to be inserted at Line 12.
What is actually happening?
A breakpoint can only be inserted at lines 1, 3, 6, 7, and 9.
Changing the script
langtag from "ts" to "js" causes the SourceMap to behave as expected.