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: webpack/webpack-dev-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: seanich/webpack-dev-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 27, 2015

  1. Express middleware for History API fallback

    The Connect middleware has issues with dots in URLs due to how it
    redirects the request. The Express middleware is much simpler and
    leverages Request.sendFile (Express 4.8.0 or later) to serve a fixed
    file (index.html) only if the express.static middleware failed to find
    a file. No rewriting needed, no issues with special characters in paths.
    sebdeckers committed Oct 27, 2015
    Configuration menu
    Copy the full SHA
    56190b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2016

  1. Merge branch 'master' of https://github.com/cbas/webpack-dev-server i…

    …nto HEAD
    Sean Nichols committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    a288757 View commit details
    Browse the repository at this point in the history
Loading