I have a fairly small project. Around 800 modules. When I change one of the files, and the webpack-watch recompiles everything, it takes much longer than I would like. And I think that the main reason is that when it is done, it lists hundreds of files that are [not cacheable].
There are hundreds of these files each time I save even a single-char change.
Any ideas on what could be causing these files to be not cacheable? Any ideas on where I can start looking to figure it out? I have poked around and been unsuccessful so far. The only loader for my .js files is ts-loader. Other than that, I don't use other loaders.
I just need some ideas on where to start. This github issue has been around for years, with no answer on it. People need help figuring out how to know why a certain file isn't cacheable. Any ideas here would be much appreciated. I can show samples from my webpack.config.js. I am on webpack 1 for now. I don't think that is the issue.
Let me know.
