Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Backports fix for #1449 #1

Merged
merged 1 commit into from Nov 20, 2018
Merged

Backports fix for #1449 #1

merged 1 commit into from Nov 20, 2018

Commits on Nov 20, 2018

  1. Backports fix for webpack#1449

    Do not use `spdy` on Node 10
    
    `spdy` is effectively unmaintained, and as a consequence of an
    implementation that extensively relies on Node’s non-public APIs, broken
    on Node 10 and above. In those cases, only https will be used for now.
    Once express supports Node's built-in HTTP/2 support, migrating over to
    that should be the best way to go.
    
    Fixes: webpack#1449
    Fixes: nodejs/node#21665
    
    https://github.com/webpack/webpack-dev-server/commit/e97d345ac370095a6e339b7997b939c88ef3e81b.patch
    ebenoist committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    6f6b58a View commit details
    Browse the repository at this point in the history