pakholeung37 / vite-plugin-vue2-svg

load SVG files as Vue components, for Vue2.x only.
MIT License
19 stars 9 forks source link

Support sourcemaps in the build #14

Closed MCurran16 closed 1 year ago

MCurran16 commented 1 year ago

Changes

Sourcemap is likely to be incorrect: a plugin (vite-plugin-vue2-svg) was used to transform files, but didn't generate a sourcemap for the transformation. Consult the plugin documentation for help

When sourcemaps are enabled in the vite.config.(js|ts), the sourcemap gets generated with the vite build.

MCurran16 commented 1 year ago

@pakholeung37 Hello, when is a new version going to be released?

pakholeung37 commented 1 year ago

@MCurran16 It's been released on v0.4.0! Thank for your support!