underfin / vite-plugin-vue2

Vue2 plugin for Vite
621 stars 84 forks source link

Feat/source maps #84

Closed qnp closed 3 years ago

qnp commented 3 years ago

Hello,

I have an attempt here to add full source-maps support for this plugin:

Tell me if you think it is correct,

I'm not sure how to debug the built sourcemaps..

Best,

underfin commented 3 years ago

Thanks for your work, but add template block sourmap will conflict with script block sourcemap at hmr, so i revert it. Just use map: null also let rollup happy.

qnp commented 3 years ago

Perfect, thank you.