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

Support fs option #81

Open
benmccann opened this issue Dec 21, 2024 · 4 comments
Open

Support fs option #81

benmccann opened this issue Dec 21, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@benmccann
Copy link
Contributor

It's needed by copy-webpack-plugin

https://github.com/benmccann/copy-webpack-plugin/blob/8fc1997406dc08ca6458fe4d4377d9aeb0d9dfe4/src/index.js#L343

https://www.npmjs.com/package/fast-glob#fs

@SuperchupuDev
Copy link
Owner

does fdir have support for this? if not it should be added there first

@SuperchupuDev SuperchupuDev added the enhancement New feature or request label Dec 21, 2024
@benmccann
Copy link
Contributor Author

No, I don't see an option for it there

@alexander-akait
Copy link

Can you describe why? Our fs has caching so it speed up incremental builds

@benmccann
Copy link
Contributor Author

If you're asking why copy-webpack-plugin needs it, perhaps it doesn't. I just assumed it would be desired since fast-glob was using it. But based off your comment on webpack-contrib/copy-webpack-plugin#788, perhaps we can try without it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants