#Hot reload / Monorepo / Docker Compose

5 messages · Page 1 of 1 (latest)

rancid finch
#

Good evening. Has anyone had any hot reload issues using monorepo and docker on Windows? With the same application, the hot reload works on Mac, but not on Windows.

halcyon hollow
#

I had same issue lately. You can try adding this in tsconfig.json. In root (not in compilerOptions fyi)

  "watchOptions": {
    "watchFile": "dynamicprioritypolling",
    "watchDirectory": "dynamicprioritypolling",
    "excludeDirectories": ["**/node_modules", "dist"],
  }
rancid finch
#

Thank you very much! It worked out!

waxen timber