Thanks to visit codestin.com
Credit goes to github.com

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.5
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
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Dec 11, 2020

  1. docs: update babel-loader example webpack config (#549)

    Set mode to 'write-references' as recommended in readme
    MonkeyDo authored Dec 11, 2020
    Configuration menu
    Copy the full SHA
    13b7c29 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump ini from 1.3.5 to 1.3.7 (#550)

    Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
    - [Release notes](https://github.com/isaacs/ini/releases)
    - [Commits](npm/ini@v1.3.5...v1.3.7)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 11, 2020
    Configuration menu
    Copy the full SHA
    db5a181 View commit details
    Browse the repository at this point in the history

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