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

[DEPRECATED] Caches the result of following loaders on disk

Results 26 cache-loader issues
Sort by recently updated
recently updated
newest added

npm 5.8+ set file mtime to October 1985 (See https://github.com/npm/npm/issues/20439 ), it's a feature for them, so the cache-loader does not work anymore. Furthermore, https://github.com/webpack-contrib/cache-loader/commit/f24f723 tells to not trust file...

type: Bug
priority: 5 (nice to have)
severity: 3 (broken)
status: Needs triage
semver: Patch

* Operating System: OS X * Node Version: 11.12.0 * NPM Version: 6.7.0 * webpack Version: 4.30.0 * cache-loader Version: 3.0.0 ### Expected Behavior with eslint-loader set up to not...

https://github.com/webpack-contrib/cache-loader/blob/4e0e3aec22f10156acc15d0241b575061ca150a8/src/index.js#L201 Need a local cache here? Because contextDep.path is mostly the same file.

- Operating System: WSL 1 (Bash on Windows) - Node Version: v8.14.0 - NPM Version: 6.14.1 - webpack Version: 3.10.0 - cache-loader Version: 4.1.0 ### Expected Behavior Image files emitted...

- 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...

type: Bug

This is a simple PR to help us minimize the problems described here https://github.com/webpack-contrib/cache-loader/pull/85 It does not list the problems by line, but outputs a better log, and hints to...

- Operating System: macOS 10.14.5 - Node Version: 10.15.2 - NPM Version: 6.9.0 - webpack Version: 4.23.1 - cache-loader Version: 4.0.0 ### Expected Behavior When using `cache-loader` configured with `cacheContext`...

type: Bug
flag: Has pull request

* Operating System: OSX 10.14.4 * Node Version: v11.12.0 * NPM Version: 6.7.0 * webpack Version: 4.28.4 * cache-loader Version: 2.0.1 Hi, I know the relative paths has been a...

e.g. should user reset cache when webpack or other build-lib's config/version changed? Can you add explanation to readme?

I'm trying to help debug an [issue](https://github.com/webpack-contrib/karma-webpack/issues/399) with using Webpack and Karma together. I'm thinking that it could be resolved if each cached module contained its inline source map (when...