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
fix(build): сохраняем config.php при провальной сборке. Раньше любая ошибка тайпчека или Rollup перезаписывала rel пустым массивом, и фолбэк PhpConfigManager превращал его в ['main.polyfill.core'] с skip_core: true. Бандл на диске оставался старым, а манифест портился молча.
feat(diag): команда find-usages переехала на AST и разделена на две — find-usages (поиск потребителей) и find-loaders (поиск загрузчиков).
fix(build): preserve config.php when the build fails. Previously, a type-check or Rollup error would rewrite rel with an empty array, and PhpConfigManager's fallback would turn it into ['main.polyfill.core'] with skip_core: true. The bundle on disk stayed intact while the manifest was silently corrupted.
feat(diag): find-usages was reworked on top of AST and split into two commands — find-usages (consumer lookup) and find-loaders (loader lookup).