webpack-contrib/cache-loader

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

a-x- opened this issue · 2 comments

a-x- commented

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

Can you add explanation to readme?

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

a-x- commented

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