amireh / happypack

Happiness in the form of faster webpack build times.
MIT License
4.23k stars 124 forks source link

How do you remove the happypack cache? #253

Open brianzhou13 opened 5 years ago

brianzhou13 commented 5 years ago

How do you invalidate the cache? I was told to do: rm-rf .happypack, but I'm unable to locate it locally.

How do I invalidate the cache, and can someone explains how happypack cache works?

amireh commented 5 years ago

The cache has been removed since version 4 - which version are you using?

brianzhou13 commented 5 years ago

we are using version 4. Do you know how we would invalidate the cache?

amireh commented 5 years ago

There is no cache in version 4, that's what I'm saying. Nothing to invalidate. What problem are you trying to solve?

brianzhou13 commented 5 years ago

No specific problem. I just didn't know that the cache was removed in version 4.

When I was on previous versions, I was told to invalidate the cache by running: rm -rf .happypack. Given that there is no cache anymore, I'm assuming any reload of webpack will bring be updated files (?)

amireh commented 5 years ago

Given that there is no cache anymore, I'm assuming any reload of webpack will bring be updated files (?)

That is correct.