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
It works, but has at least one negative effect like multiple same messages on start, nevertheless in my case with fifteen configs it's more acceptable than fifteen services.
Important note is that in my case all configs build parts of one app, so I can just run checker with tsconfig that includes all corresponding folders, add apply is a way to trigger check if any parts changed.
@kube , @IIIristraM
Please try fork-ts-checker-webpack-plugin@alpha - I've published a new version which should resolve this issue 🚀
I will close this issue to clean-up the backlog. If this release didn't solve the issue, we can re-open this :)
When using Webpack Multiple Target Configuration, e.g.
Here if all of these Webpack configurations use
fork-ts-checker-webpack-plugin
, only the first one will be compiled.The text was updated successfully, but these errors were encountered: