Bug #32437
Webpack-dev-server doesn't support http2
Pull request:
Fixed in Releases:
Found in Releases:
Description
The issue is that node v10+ doesn't support spdy,
and it's not possible in webpack-dev-server v2 the pass the correct option in order to disable h2,
on newer webpack-dev-server versions this issue is resolved
Associated revisions
History
#1
Updated by The Foreman Bot about 1 year ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8475 added
#2
Updated by The Foreman Bot 10 months ago
- Fixed in Releases 3.0.0 added
#3
Updated by Ron Lavi 10 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|f5a3dd2dedb569a0e6c5e8bb311c1da75906fc4f.
#4
Updated by Tomer Brisker 9 months ago
- Category set to Development tools
Fixes #32437 - Use webpack-dev-server-without-h2
Looks like webpack-dev-server version 2.x
can't support https without http2 due to missing options
when using command line parameters,
this is an hack that will prevent manually removing a line
after each `npm install` and will give us some air
while trying to upgrade to webpack 5.