-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Found a example repo that has live reloading with stencil using the dev server not just adding --watch on the build command.
https://github.com/whoisryosuke/pure-web-components
Deadend, was using stencil 1 which handles things quite different.
Latest idea is to consolidate all of packages/ui and packages/studio into one package again. possibly renaming to packages/components
Potentially we should put the storybook right inside the /components library. I've seen some other examples of people doing this.
Then we could do a npm-run-all to serve the components and storybook at the same time.
Can't see a way to use the dev build for stencil, has to be the be a stencil build --watch so that it can generate the loader.
Reactions are currently unavailable