Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TypeStrong/fork-ts-checker-webpack-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.6
Choose a base ref
...
head repository: TypeStrong/fork-ts-checker-webpack-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.7
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 15, 2020

  1. 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.
    tessro authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    2a1348d View commit details
    Browse the repository at this point in the history
Loading