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
Hmmm... If I understand correctly, the compiler host created by ts.createCompilerHost() or ts.createWatchCompilerHost() has built-in cache for resolveModuleNames() and resolveTypeReferenceDirectives() but if you overwrite these methods, you will lost the cache mechanism. If that's the case, it will not improve the performance of this plugin, because we don't overwrite these methods :)
Hey @piotr-oles
I just wanted to give you a heads up as to this feature being added by @sheetalkamat to
ts-loader
:TypeStrong/ts-loader#1287
Is it possible that some of this could be useful for
fork-ts-checker-webpack-plugin
?The text was updated successfully, but these errors were encountered: