Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency on rifraf #1

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

jeffalo
Copy link

@jeffalo jeffalo commented Jan 17, 2025

Address 11ty/eleventy/issues/3622

Swap to use fs.promises.rm with { recursive: true, force: true }, which should work pretty much identically (just without a 4MB dependency tree).

Automatic tests pass (tested on Node 23), but I haven't done anything else to test this yet. Any ideas?

Swap to use `fs.promises.rm` with `{ recursive: true, force: true }`,
which should work pretty much identically (just without a 4MB dependency
tree).

Automatic tests pass, but I haven't done anything else to test this yet.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant