webpack / webpack-dev-server

Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.
MIT License
7.8k stars 1.43k forks source link

fix(types): proxy #5101

Closed alexander-akait closed 7 months ago

alexander-akait commented 7 months ago

For Bugs and Features; did you add new tests?

Just types

Motivation / Use-Case

fixes https://github.com/webpack/webpack-dev-server/issues/5098

Breaking Changes

No

Additional Info

No

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 84.21053% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 90.29%. Comparing base (8ea7cb8) to head (a2a01df).

Files Patch % Lines
lib/Server.js 84.21% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5101 +/- ## ========================================== - Coverage 90.30% 90.29% -0.01% ========================================== Files 15 15 Lines 1578 1577 -1 Branches 601 601 ========================================== - Hits 1425 1424 -1 Misses 140 140 Partials 13 13 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.