Closed ernscht closed 4 years ago
It turns out that the problem is not directly caused by a directly used package.
Works with package-lock.json on the 5.2.9 release date, currently does not work when reinstalling. [Here the diff]
Had to downgrade 'watchpack' manually to version 1.6.1. Workaround published with 5.3.1
Workaround only works in monorepo
In Nitro version 5.3.3 the webpack watcher works again in your project.
Without an update you can also simply add the package "watchpack" in version 1.6.1 as devDependency: "watchpack": "1.6.1"
Type of issue
The issue refers to the:
Environment
Expected behavior
Webpack recompilation and hot reloading for css an js works in dev mode
Current behavior
Webpack recompilation and hot reloading for css and js does not work in dev mode (
npm start
)