rollup-plugin-vue
rollup-plugin-vue copied to clipboard
Duplicate entries in sourcemap
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"]
This seems to be an issue with normalizeSourceMap