cache-loader
cache-loader copied to clipboard
Should source maps be cached?
I'm trying to help debug an issue with using Webpack and Karma together. I'm thinking that it could be resolved if each cached module contained its inline source map (when devtool is "inline-source-map") to prevent Webpack from having to reevaluate. Would this make sense for cache-loader?
@stevenvachon could your issue be related to https://github.com/webpack-contrib/cache-loader/issues/70 ?