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
refactor(@angular/build): use newer Node.js cp API for asset copying
When using Node.js v22 (minimum of v22.11 for v22 with Angular v20), the
application build system will now use the Node.js `cp` filesystem API
instead of the `copyFile` API. This newer API provides equivalent functionality
while also preserving timestamps for copied assets. Additionally, it supports
potential future internal refactorings to support full direct directory
copying.
0 commit comments