Morgul / snowpack-plugin-vue2

A snowpack vue2 compiler that reuses `@snowpack/plugin-vue` verbatim.
MIT License
6 stars 2 forks source link

fix style scoped #3

Closed eytienne closed 3 years ago

eytienne commented 3 years ago

Fixes https://github.com/Morgul/snowpack-plugin-vue2/issues/2

I finally found the hidden property used in a "[less] formal engineered solution". ;) It works like a charm now but was a bit messy to find out ─ long live TypeScript!

Morgul commented 3 years ago

I'm ok with repeating some of vue-loder's work, to make things equivalent. Thanks for this!