You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have a types only file (say types.ts), changes to this file doesn't cause the plugin to perform type checks or run eslint checks when used in combination with babel-loader.
Expected behavior
Changes to a file that only has types should cause the plugin to do type/eslint checks again so that correct information is reported.
Steps to reproduce the issue
Use the babel-loader example project and add a types.ts file with the following contents:
Current behavior
If I have a types only file (say
types.ts
), changes to this file doesn't cause the plugin to perform type checks or run eslint checks when used in combination withbabel-loader
.Expected behavior
Changes to a file that only has types should cause the plugin to do type/eslint checks again so that correct information is reported.
Steps to reproduce the issue
Use the
babel-loader
example project and add atypes.ts
file with the following contents:Change
index.ts
to:Make some change to
types.ts
and see that nothing happens duringyarn dev
. Same goes for eslint if it was enabled.Issue reproduction repository
Environment
os: WSL Ubuntu 18.04.4 LTS
The text was updated successfully, but these errors were encountered: