<!-- Issues are so 🔥 If you remove or skip this template, you'll make the 🐼 sad and the mighty god of Github will appear and pile-drive the close button from a great height while making animal noises. 👉🏽 Need support, advice, or help? Don't open an issue! Head to StackOverflow or https://gitter.im/webpack/webpack. --> - Operating System: MacOS - Node Version: 10 - NPM Version: 6 - webpack Version: 4 - cache-loader Version: latest ### Feature Proposal Serialize `this.loaders` options to invalidate cache when things change. The remaining request looks like this: ``` file??ref--8-0!file??ref--8-1!file??ref--8-2!file ``` It is not clear if those refs change when loader options change. ### Feature Use Case As far as I can tell, cache-loader does not account for changes in options passed to loaders in the chain.
Feature Proposal
Serialize
this.loadersoptions to invalidate cache when things change.The remaining request looks like this:
It is not clear if those refs change when loader options change.
Feature Use Case
As far as I can tell, cache-loader does not account for changes in options passed to loaders in the chain.