Closed kfeinUI closed 6 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.
@kfeinUI can your provide minimum reproducible test repo, maybe problem in less-loader
less-loader
Could you try without extract-text-webpack-plugin aswell please
extract-text-webpack-plugin
Feel free to reopen if still regressions :)
cache-loader version: 1.0.3
Relevant rule:
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.