spree icon indicating copy to clipboard operation
spree copied to clipboard

[Chore]: Add option to rebuild VSF packages when running the project using Docker

Open kshalot opened this issue 2 years ago • 0 comments

How the project can be improved?

Rollup provides basic hot-reloading when a file is changed (and it works in Docker thanks to using a volume) but it only reloads the theme package. When running VSF on the host machine, the user has to re-run either yarn dev or yarn build. This in theory should also work in the Docker setup since we are using a volume, so the compiled packages should be visible both to the host and to the container. There might be some nuance though - has to be investigated.

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

kshalot avatar May 23 '22 07:05 kshalot