Vite.js render problem #14934
Unanswered
ceyhununlu
asked this question in
Quasar App Extensions
Replies: 1 comment 1 reply
-
|
Hi! the dev server start take similar errors. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i created a common library. I used quasar-app-extension-my-component in my project. If I use only html elements, there is no problem. But if I use quasar component in my component, there is problem. It works without any problem when I run my project with quasar dev. But when I do quasar build and quasar serve to my project, related component disappears. my project runs with quasar/vite.js. What should I do to render external quasar components during build?
Here is my component and package json:


Beta Was this translation helpful? Give feedback.
All reactions