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

Cache warning and errors from loader

Open Strate opened this issue 7 years ago • 2 comments

There some loaders, (for example tslint-loader), which only emit warnings or errors. It would be useful to cache and re-emit that stuff with cache-loader.

Strate avatar Nov 27 '17 11:11 Strate

@Strate thanks for issue, PR welcome :+1:

alexander-akait avatar Nov 28 '17 08:11 alexander-akait

As I understand, for now, with cache-loader enabled and when there several files with linter errors, only warnings/errors from latest edited file are emitted. While normally results from all invalid files should be emitted. Is it related to this issue?

jeron-diovis avatar Mar 21 '18 15:03 jeron-diovis