Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: get rid of glob dependencies by switching del with rimraf (web…
…pack#4258) Replacing del gets rid of about 10 extra dependencies, most are related to globbing, like globby, fast-glob and dir-glob. del wraps rimraf in promisify and adds 1. more sophisticated globbing 2. deletion of multiple files at once by passing an array 3. a check to prevent deleting the current working directory and outside Since the code base does not use any of the extra features, we can just wrap rimraf with promisify instead of using del. Co-authored-by: Nitin Kumar <[email protected]>
- Loading branch information