Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork6.3k
Commit558dea2
committed
fix: support
Closes#7024Fixes#7118I choose to not merge the PR because I don't want add additional waysto configure https for dev server (`--http2` command line argument,`process.env.HTTPS`, etc.)In the current implementation, `spdy` can only be configured by setting`{ devServer: server: { type: 'spdy' } }`.This is a deliberate choice, because SPDY support in Node.js 15+ isbroken anyway. I don't want bother refactoring the old code toaccommodate this broken feature.devServer.server
option, avoid deprecation warning1 parentbddd64d commit558dea2
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
199 | 199 |
| |
200 | 200 |
| |
201 | 201 |
| |
202 |
| - | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
203 | 210 |
| |
204 | 211 |
| |
205 | 212 |
| |
|
0 commit comments
Comments
(0)