webpack-contrib / cache-loader

[DEPRECATED] Caches the result of following loaders on disk
MIT License
638 stars 51 forks source link

Less output not getting updated #14

Closed kfeinUI closed 6 years ago

kfeinUI commented 7 years ago

cache-loader version: 1.0.3

Relevant rule:

{
   test: /\.less$/,
   use: extractStyles.extract([
       'cache-loader',
       'css-loader',
      'less-loader'
   ])
}

Just added cache-loader and am finding that the output of my project less files doesn't get updated. Ran into it on multiple machines. No errors reported. It must not be invalidating the cache appropriately in this case. Works fine with JS and TS.

alexander-akait commented 7 years ago

@kfeinUI can your provide minimum reproducible test repo, maybe problem in less-loader

michael-ciniawsky commented 7 years ago

Could you try without extract-text-webpack-plugin aswell please

michael-ciniawsky commented 6 years ago

Feel free to reopen if still regressions :)