Anyone having luck with building a project with the headless-wp-starter on Windows running Docker?
Been running into a lot of issues. The most recent is I can't get my files to compile and render. Each time I make an update to the site whether markup, js, scss etc I need to kill my terminal and run $ yarn start, in order to see the updated changes in my browser. There's no console errors, and when I re-run the content shows up as intended, just doesn't persist watching for changes.
Is this a Docker running Linux issue, or perhaps webpack related (since it's watching for changes)?
Does anyone have any ideas why this might be happening? Appreciate any help, thank you.
Anyone having luck with building a project with the headless-wp-starter on Windows running Docker?
Been running into a lot of issues. The most recent is I can't get my files to compile and render. Each time I make an update to the site whether markup, js, scss etc I need to kill my terminal and run
$ yarn start
, in order to see the updated changes in my browser. There's no console errors, and when I re-run the content shows up as intended, just doesn't persist watching for changes.Is this a Docker running Linux issue, or perhaps webpack related (since it's watching for changes)?
Does anyone have any ideas why this might be happening? Appreciate any help, thank you.