tslint-webpack-plugin icon indicating copy to clipboard operation
tslint-webpack-plugin copied to clipboard

How to make this respect cache-loader in webpack

Open robin-anil opened this issue 7 years ago • 1 comments

tslint-webpack-plugin takes over a minute to process 1000-2000 typescript files in our project. We use cache-loader in the regular path to process typescript.

  1. Is there a way this plugin respects cache loader and only lints the delta for incremental save?
  2. Is there a way this plugin can do incremental lints for only the changed files?

robin-anil avatar Dec 26 '17 07:12 robin-anil

1 - Will require some research on respecting the cache loader 2 - This definitely should be possible, and is a great suggestion. I'll look into it.

jrparish avatar Dec 26 '17 14:12 jrparish