mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
3a823abcc5
Currently, fs-extra is used to delete a directory recursively, but this is already available in native Node.JS. Hence, making this dependency redundant. See: https://nodejs.org/docs/latest-v12.x/api/fs.html PR Close #41445