webpack-dev-server 5.0.0 → 5.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/client/modules/logger/index.js +15 -2906
- package/client/overlay.js +1 -1
- package/lib/Server.js +70 -92
- package/lib/getPort.js +1 -1
- package/package.json +8 -5
- package/types/lib/Server.d.ts +272 -159
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
[![node][node]][node-url]
|
|
9
9
|
[![tests][tests]][tests-url]
|
|
10
10
|
[![coverage][cover]][cover-url]
|
|
11
|
-
[![
|
|
11
|
+
[![discussion][discussion]][discussion-url]
|
|
12
12
|
[![downloads][downloads]][npm-url]
|
|
13
13
|
[![contributors][contributors]][contributors-url]
|
|
14
14
|
|
|
@@ -279,7 +279,7 @@ Your first-stop-shop for support for webpack-dev-server should be the excellent
|
|
|
279
279
|
of those docs, please head over to the [webpack.js.org repo][wjo-url] and open a
|
|
280
280
|
pull request.
|
|
281
281
|
|
|
282
|
-
From there, we encourage users to visit the [webpack
|
|
282
|
+
From there, we encourage users to visit the [webpack discussions][discussion-url] and
|
|
283
283
|
talk to the fine folks there. If your quest for answers comes up dry in chat,
|
|
284
284
|
head over to [StackOverflow][stack-url] and do a quick search or open a new
|
|
285
285
|
question. Remember; It's always much easier to answer questions that include your
|
|
@@ -313,8 +313,8 @@ This project is heavily inspired by [peerigon/nof5](https://github.com/peerigon/
|
|
|
313
313
|
[tests-url]: https://github.com/webpack/webpack-dev-server/actions?query=workflow%3Awebpack-dev-server
|
|
314
314
|
[cover]: https://codecov.io/gh/webpack/webpack-dev-server/branch/master/graph/badge.svg
|
|
315
315
|
[cover-url]: https://codecov.io/gh/webpack/webpack-dev-server
|
|
316
|
-
[
|
|
317
|
-
[
|
|
316
|
+
[discussion]: https://img.shields.io/github/discussions/webpack/webpack
|
|
317
|
+
[discussion-url]: https://github.com/webpack/webpack/discussions
|
|
318
318
|
[docs-url]: https://webpack.js.org/configuration/dev-server/#devserver
|
|
319
319
|
[hash-url]: https://twitter.com/search?q=webpack
|
|
320
320
|
[middleware-url]: https://github.com/webpack/webpack-dev-middleware
|