-
-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exclude files from watching #303
Comments
|
Agree @phryneas - good shout 👍 |
At least something:) |
@deser |
Current behavior
I have a project with mixed js and ts files. All ts files are placed in
src/ts
. tsconfig is configured respectively:When I run webpack in watch mode and change something in NOT
src/ts
ForkTsCheckerWebpackPlugin seems still runs typechecking and linting.I've also configure the plugin itself:
This doesn't help either.
Expected behavior
typechecking and linting in this case shouldn't run in watch mode.
Environment
all packages are latest versions
The text was updated successfully, but these errors were encountered: