Revert webpack-encore major bump from npm audit fix

The audit fix (presumably run with --force) jumped @symfony/webpack-encore
from ^4.6.1 to ^7.1.0, which requires @babel/core ^8.0.0 as a peer -
but @babel/core was left at ^7.25.0, so a clean `npm install` failed
outright with ERESOLVE. Since docker/setup.sh and docker/restart.sh
both run npm install unconditionally, this would have broken every
future deploy/rebuild.

Reverted webpack-encore (and the incidentally-downgraded
webpack-notifier) back to the versions that were actually working,
regenerated package-lock.json, and verified both `npm install` and
`npm run build` succeed cleanly.
This commit is contained in:
Frank
2026-07-11 22:10:46 +02:00
parent e8be7919ef
commit 51679d9a6a
2 changed files with 3828 additions and 745 deletions
+3826 -743
View File
File diff suppressed because it is too large Load Diff