Replies: 2 comments 2 replies
-
The playground requires a rebuild of the main package. There's no real way around that. If you're doing development on specific components, you're better off using the main packages App.vue to get hot reloading. I prefer to either not include my changes to git, or to discard changes after I'm done. You could possibly ask Vite to see if there's any way to allow for a hot-reloading type environment in a different package, but I doubt there's any way to do that. |
Beta Was this translation helpful? Give feedback.
-
We will have to write a custom plugin or take advantage of vite's create app api to address this issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
playground is good for testing during library development. But now I made a change to
BAvatar
(#550) and playground doesn't reflect it. Avatar keeps showingfalse false
.Is this by design or I'm doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions