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

Cache files take up too much disk space #978

Open
peakchen90 opened this issue Dec 30, 2022 · 0 comments
Open

Cache files take up too much disk space #978

peakchen90 opened this issue Dec 30, 2022 · 0 comments

Comments

@peakchen90
Copy link

I'm submitting a feature request

Webpack Version:
5.74.0

Babel Core Version:
7.18.10

Babel Loader Version:
8.2.5

Please tell us about your environment:
OSX 13.1

Current behavior:

For the cache directory, a cache file will be generated every time the code is changed, which will cause a lot of unnecessary disk usage. I found that some of my projects have more than 1G cache usage.

Expected behavior:

It is expected that one source file corresponds to one cache file. Every time a file is changed, only the old cached file is overwritten, no new one is added. thanks.

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

No branches or pull requests

1 participant