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
base: v2.11.3
Choose a base ref
...
head repository: webpack/webpack-dev-server
compare: v3.0.0
Choose a head ref
  • 19 commits
  • 20 files changed
  • 3 contributors

Commits on Feb 14, 2018

  1. Configuration menu
    Copy the full SHA
    a02c083 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c004349 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86de93e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    087bf04 View commit details
    Browse the repository at this point in the history
  5. Don't rely on webpack's webpack-cli installed check

    This doesn't work because it requires webpack-cli if it is installed, thus webpack-cli will startup which we do not want.
    SpaceK33z committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    8bc0e45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb2f0a9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6db2e85 View commit details
    Browse the repository at this point in the history
  8. 3.0.0-beta.1

    SpaceK33z committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    9852a5f View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2018

  1. Allow no publicPath or entry point (#1310)

    * fix(addDevServerEntrypoints): allow no entry point to be given
    
    * test(entry): ensure src is added as default if no entry specified
    ryanclark authored and SpaceK33z committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    e603e0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdc7288 View commit details
    Browse the repository at this point in the history
  3. 3.0.0-beta.2

    SpaceK33z committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    398c773 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2018

  1. Fix support for DynamicEntryPlugin (#1319)

    * Fix incorrect use of assert library and unnecessary done callback
    
    * Add tests for each type of entry option
    
    * Add proper support for webpack's DynamicEntryPlugin
    mikegreiling authored and SpaceK33z committed Feb 25, 2018
    Configuration menu
    Copy the full SHA
    f4f14ce View commit details
    Browse the repository at this point in the history
  2. Update deps

    SpaceK33z committed Feb 25, 2018
    Configuration menu
    Copy the full SHA
    dbea323 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'webpack-4'

    SpaceK33z committed Feb 25, 2018
    Configuration menu
    Copy the full SHA
    7378e3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdd10fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e7acca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dfe137c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eedf10f View commit details
    Browse the repository at this point in the history
  8. 3.0.0

    SpaceK33z committed Feb 25, 2018
    Configuration menu
    Copy the full SHA
    6e1d886 View commit details
    Browse the repository at this point in the history