Soucemaps are incorrect
taoeffect opened this issue · 1 comments
taoeffect commented
It generates entries like this in the css file:
/*# sourceMappingURL=Navigation.vue.map */.modal-card-body[data-v-ccffbe84] {
padding-top: 0;
}
However, there are several problems:
Navigation.vue.map
might be in a different folderNavigation.vue.map
doesn't exist- In the event it does exist, it's called
Navigation-[hash].js.map
thgh commented
I'm not actively using this module anymore and don't know how to fix the sourcemaps. PR welcome!