You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove html-webpack-tags-plugin, inject preflight tag from template
The plugin was unmaintained since 2021 and pulled in deprecated
glob@7/inflight transitive deps that surfaced as install warnings.
It was used in a single spot to inject the preflight.js script tag;
that tag now lives in static/index.html directly, with a preflightHash
template parameter (compilation hash) preserving cache-busting.
Also bumps terser-webpack-plugin 5.5 → 5.6 and adds a note to CLAUDE.md
documenting that this repo uses yarn (classic) as its package manager.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments