Add <script> to transformed SVG component so a sourcemap gets generated
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.
Changes
<script>
to transformed SVG component so a sourcemap gets generatedWhen sourcemaps are enabled in the
vite.config.(js|ts)
, the sourcemap gets generated with the vite build.