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: gregberge/error-overlay-webpack-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.1
Choose a base ref
...
head repository: gregberge/error-overlay-webpack-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.2
Choose a head ref
  • 7 commits
  • 9 files changed
  • 4 contributors

Commits on Aug 28, 2019

  1. chore(release): 0.4.1

    gregberge committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    65c3369 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. chore(deps): bump acorn from 7.0.0 to 7.1.1 (#58)

    Bumps [acorn](https://github.com/acornjs/acorn) from 7.0.0 to 7.1.1.
    - [Release notes](https://github.com/acornjs/acorn/releases)
    - [Commits](acornjs/acorn@7.0.0...7.1.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 14, 2020
    Configuration menu
    Copy the full SHA
    8bb8cd4 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump handlebars from 4.1.2 to 4.5.3 (#55)

    Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3.
    - [Release notes](https://github.com/wycats/handlebars.js/releases)
    - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
    - [Commits](handlebars-lang/handlebars.js@v4.1.2...v4.5.3)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 14, 2020
    Configuration menu
    Copy the full SHA
    808e2a1 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump lodash.merge from 4.6.1 to 4.6.2 (#46)

    Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](https://github.com/lodash/lodash/commits)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 14, 2020
    Configuration menu
    Copy the full SHA
    49abacd View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. fix: pass in compiler to devServer before() (#66)

    The [`devServer.before()`](https://webpack.js.org/configuration/dev-server/#devserverbefore) API accepts three arguments: `app`, `server`, and `compiler`. When overriding this function, though, `error-overlay-webpack-plugin` only passes in the first two arguments, which can lead to exceptions when other `before` functions try to access `compiler`. This fixes that.
    nolanlawson authored Oct 28, 2020
    Configuration menu
    Copy the full SHA
    c0feceb View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Configuration menu
    Copy the full SHA
    027cb5e View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. chore: upgrade deps

    gregberge committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    a9cb46f View commit details
    Browse the repository at this point in the history
Loading