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
When importing external interfaces or types, the compiler will not re-compile even though the definition files have changed.
This causes issues where importing definitions during incremental builds lead to failures. This is because type definition files do not emit any JS files, and webpack will not watch them.
When importing external interfaces or types, the compiler will not re-compile even though the definition files have changed.
This causes issues where importing definitions during incremental builds lead to failures. This is because type definition files do not emit any JS files, and webpack will not watch them.
An example repo and steps to reproduce can be found here:
https://github.com/liangchunn/not-recompiling-ts
TypeStrong/ts-loader#697
The text was updated successfully, but these errors were encountered: