vitejs / vite-plugin-vue2

Vite plugin for Vue 2.7
MIT License
544 stars 46 forks source link

Expose SFC Metadata for other plugins #26

Open dcherman opened 2 years ago

dcherman commented 2 years ago

Could we consider exposing some additional metadata on the .vue file that includes what scripts/stylesheets/templates were extracted from the SFC? My use case would be for writing a plugin to inline the CSS in JS for each generated file. It's potentially doable right now, but involves copy and pasting implementation details from this plugin (and it'd break if that implementation ever changed)