TypeStrong / fork-ts-checker-webpack-plugin

Webpack plugin that runs typescript type checker on a separate process.
MIT License
1.96k stars 239 forks source link

fix: remove node_modules from built-in ignored dirs #757

Closed piotr-oles closed 2 years ago

piotr-oles commented 2 years ago

This creates more issues than it helps. We use webpack watcher anyway, so ignoring these files or not will not affect watcher performance. User can always add node_modules to ignored dirs manually in webpack config.

Closes: #752

piotr-oles commented 2 years ago

:tada: This PR is included in version 7.2.12 :tada:

The release is available on:

Your semantic-release bot :package::rocket: