cache-loader
cache-loader copied to clipboard
Can you describe when user should invalidate cache via setup custom cache dir, identity, etc?
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
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