cache-loader icon indicating copy to clipboard operation
cache-loader copied to clipboard

Should source maps be cached?

Open stevenvachon opened this issue 6 years ago • 1 comments

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 avatar Mar 07 '19 16:03 stevenvachon

@stevenvachon could your issue be related to https://github.com/webpack-contrib/cache-loader/issues/70 ?

mistic avatar Apr 19 '19 15:04 mistic