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
fix: only invoke WDS tap when there are issues (#547)
`webpack-dev-server` always performs a hot reload when its `sync` tap runs. As a result, `fork-ts-checker-webpack-plugin` triggers a hot reload upon completion in `async` mode even when no issues are reported. This commit adds a check for issues before invoking `webpack-dev-server`'s `sync` tap, which eliminates the unneeded reload.
0 commit comments