webpack-contrib/cache-loader

Less output not getting updated

kfeinUI opened this issue · 3 comments

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.

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

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

Feel free to reopen if still regressions :)