[6.4.x] HRM no longer work

@ Bud v6.4.0 released - bud - Roots Discourse

The hot reload module no longer detects file changes during development.

{
  "private": true,
  "volta": {
    "node": "16.17.1",
    "yarn": "1.22.19"
  },
  "devDependencies": {
    "@roots/bud": "^6.4.3",
    "@roots/bud-esbuild": "^6.4.3",
    "@roots/bud-postcss": "^6.4.3",
    "@roots/bud-sass": "^6.4.3",
    "@roots/bud-tailwindcss": "^6.4.3"
  },
  "scripts": {
    "dev": "bud dev",
    "build": "bud build"
  }
}

The hot reload module is running WELL on the 6.3.5

{
  "private": true,
  "volta": {
    "node": "16.17.1",
    "yarn": "1.22.19"
  },
  "devDependencies": {
    "@roots/bud": "6.3.5",
    "@roots/bud-esbuild": "6.3.5",
    "@roots/bud-postcss": "6.3.5",
    "@roots/bud-sass": "6.3.5",
    "@roots/bud-tailwindcss": "6.3.5"
  },
  "scripts": {
    "dev": "bud dev",
    "build": "bud build"
  }
}

HMR works in 6.4.5 for all of our e2e tests. I’d like it to work for you as well, but I can’t without more information.

Example of how we test hot reloading: