cache-loader icon indicating copy to clipboard operation
cache-loader copied to clipboard

Can you describe when user should invalidate cache via setup custom cache dir, identity, etc?

Open a-x- opened this issue 6 years ago • 2 comments

e.g. should user reset cache when webpack or other build-lib's config/version changed?

Can you add explanation to readme?

a-x- avatar May 24 '19 07:05 a-x-

@a-x- what do you mean should invalidate cache? Loader invalidate cache self

alexander-akait avatar May 24 '19 10:05 alexander-akait

I have to disable loader when I change some webpack config or install some new webpack plugins/loaders.

e.g. i changed file-loader settings and it had not effected until I commented 'cache-loader' out

so I wrote nodemon cache resetter on webpack config change

a-x- avatar May 24 '19 17:05 a-x-