postlight / headless-wp-starter

🔪 WordPress + React Starter Kit: Spin up a WordPress-powered React app in one step
https://archive.postlight.com/labs/wordpress-react-starter-kit
GNU General Public License v2.0
4.48k stars 650 forks source link

Changed files aren't compiling / rendering on Windows running Docker #178

Open dave52 opened 5 years ago

dave52 commented 5 years ago

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.

scottdevito commented 5 years ago

Having the same issue here.