tslint-webpack-plugin
tslint-webpack-plugin copied to clipboard
How to make this respect cache-loader in webpack
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.
- Is there a way this plugin respects cache loader and only lints the delta for incremental save?
- Is there a way this plugin can do incremental lints for only the changed files?
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.