vue-vine / vue-vine

Another style of writing Vue components.

Home Page:https://vue-vine.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sourcemap support

ShenQingchuan opened this issue · comments

After checking the example console.log location in Chrome DevTools, I found that there's no sourcemap references working.

image

This is due to the missing options of MagicString.generateMappings().

I should explicitly declare that we need source content and give the source file id.