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 Jan 18, 2022. It is now read-only.
The Vue file is only included once in the sourcemap.
What is actually happening?
The Vue source is included twice, but mappings only point to one of the copies. "sources":["../src/Hello.vue","../src/Hello.vue?vue&type=template&id=184cbba9&lang.js"]
The text was updated successfully, but these errors were encountered:
Version
6.0.0-beta.11
Reproduction link
https://github.com/isaacl/vueNextIssues/tree/master
Steps to reproduce
Use v6 with rollup option sourcemap: true.
What is expected?
The Vue file is only included once in the sourcemap.
What is actually happening?
The Vue source is included twice, but mappings only point to one of the copies.
"sources":["../src/Hello.vue","../src/Hello.vue?vue&type=template&id=184cbba9&lang.js"]
The text was updated successfully, but these errors were encountered: