richardtallent / vite-plugin-singlefile

Vite plugin for inlining JavaScript and CSS resources
MIT License
808 stars 53 forks source link

Pack everything to one included .js file #79

Closed konstantin83 closed 1 year ago

konstantin83 commented 1 year ago

Hey! Is it possible to pack everything to a single .js file, instead of html file? So that it can be included by many websites as a widget.

richardtallent commented 1 year ago

Interesting, but out of scope. This is a rollup plugin, not a whole new component system or component wrapper. I imagine doing such a thing would be fairly non-trivial.