Describe the solution you'd like
There are two situations that aren't supported currently that require an enhancement on quasar-cli
in order to allow building a standard component library (not quasar's app extension mechanism). There are at least two use cases for this feature request:
I built the following scenario without full success:
vue build --target lib
, and npm publish
The only problem I currently have with that scenario are Quasar styles. I've tried to following without success:
<link href=...
).