You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 16, 2022. It is now read-only.
So far, we have seen the logic of compiling an SFC duplicated in multiple projects:
vue-loader
vueify
rollup-plugin-vue
jest-vue
...and others. The goal here is to extract shared logic regarding SFC compilation into a dedicated package to avoid redundancy and ensure all of these tools are on the same page regarding SFC features and behavior.
Some initial thoughts. APIs should include:
SFC -> descriptor parsing
? how to handle pre-processors vs. webpack loader chaining
Kingwl, ktsn, kazupon, simplesmiler, eddyerburgh and 26 moreKingwl and vinayakkulkarniKingwl, ktsn, kazupon, frandiox, JeanSebTr and 4 moreKingwl, miljan-aleksic, heejongahn, frandiox, tokuhirom and 2 more