qyzzzz
qyzzzz
### Description vuepress-next not support legacy browser default. so it can be resolve by using @vitejs/plugin-legacy. However, when I import @vitejs/plugin-legacy for my project, such an error be capture. ###...
When using customRender, support for returning sourceMap is added. This PR addresses the issue where goToDefinition functionality was not working when using customRender because customRender was unable to provide sourceMap.
It seems that goToDefinition does not support jumping to the definition of `import s from "a.scss'; s['xxx']`. This is because the variable declaration is only added to appropriate dts lines...