On build, the plugin yields this warning:
[warn] Sourcemap is likely to be incorrect: a plugin (vite:transform-yaml) was used to transform files,
but didn't generate a sourcemap for the transformation. Consult the plugin documentation for help
We should add sourcemap generation around the yaml file -> ESM conversion. A potentially useful resource to base this on could be: https://github.com/amireh/yaml-source-map
On build, the plugin yields this warning:
We should add sourcemap generation around the yaml file -> ESM conversion. A potentially useful resource to base this on could be: https://github.com/amireh/yaml-source-map