FranckFreiburger / vue3-sfc-loader

Single File Component loader for Vue2 and Vue3. Load .vue files directly from your HTML. No node.js environment, no build step.
MIT License
1.03k stars 116 forks source link

Adding SFC minifcation/obfuscation #119

Closed trekze closed 5 months ago

trekze commented 2 years ago

Hey Franck

Great library. I've been using it for a while. I like not having a compilation step / webpack.

I was wondering if you've tried adding minification/obfuscation of the SFC files somehow. I know that's not within the scope of what your library should do, but curious if you've come across a tool that can fit in to the picture.

Thanks and keep up the great work.

FranckFreiburger commented 5 months ago

unfortunately it's out of the scope of this library

trekze commented 5 months ago

No worries. Thank you for replying. Have moved on to vite for now. Still very useful library for MVPs

Have a good weekend