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: codymikol/karma-webpack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.8
Choose a base ref
...
head repository: codymikol/karma-webpack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.9
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Dec 14, 2017

  1. Configuration menu
    Copy the full SHA
    c781f4e View commit details
    Browse the repository at this point in the history
  2. fix: ensure webpack paths include a trailing slash (#285)

    Prior to #297, the following paths would always end with a slash:
    - `webpackOptions.output.publicPath`
    - `webpackOptions.output.publicPath`
    - `webpackMiddlewareOptions.publicPath`
    
    Fixes #284
    darsee authored and joshwiens committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    be2b0e8 View commit details
    Browse the repository at this point in the history
  3. chore(release): 2.0.9

    joshwiens committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    b361ff4 View commit details
    Browse the repository at this point in the history
Loading