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
I'm using single-spa and importing a Vue app with Quasar plugin.
I'm trying to make quasar external (loading it via umd bundle), but the plugin won't allow me.
Expected behavior
Bundle would not have quasar components, as it's external
Platform (please complete the following information):
OS: MacOS Big Sur 11.0.1
Node: 12.16.2
NPM: 6.14.8
Yarn: Not applicable
Browsers: Not applicable
iOS: Not applicable
Android: Not applicable
Electron: Not applicable
The text was updated successfully, but these errors were encountered:
I'm trying to do the same thing but can't solve :/
I think the plugin miss the options to import all components like framework: { all: true } with quasar cli
Hope someday this is fixed, I know use of the quasar cli is the preferred way but I'm working with some mixed old stuff and a build free of the quasar stuff is essential
Even a guide to build an externalized quasar with the official cli is good for me
I'm using single-spa and importing a Vue app with Quasar plugin.
I'm trying to make quasar external (loading it via umd bundle), but the plugin won't allow me.
I tried both:
and
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Bundle would not have quasar components, as it's external
Platform (please complete the following information):
OS: MacOS Big Sur 11.0.1
Node: 12.16.2
NPM: 6.14.8
Yarn: Not applicable
Browsers: Not applicable
iOS: Not applicable
Android: Not applicable
Electron: Not applicable
The text was updated successfully, but these errors were encountered: