mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
9918c81ca9
In @angular/ssr 22.2.0-next.7, beasties was made an external dependency rather than vendored internally. Because hoist: false is configured and preserveSymlinks is enabled, rules_js does not hoist beasties into adev/node_modules and dev-app/node_modules. This commit adds beasties as an explicit dependency for both adev and dev-app so that it can be resolved during bundling.