webpack-dev-server 3.7.1 → 3.7.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/CHANGELOG.md +12 -6
- package/client/index.bundle.js +1 -1
- package/client/live.bundle.js +3 -3
- package/client/overlay.js +19 -22
- package/client/socket.js +9 -2
- package/lib/options.json +1 -1
- package/lib/utils/runOpen.js +3 -2
- package/package.json +13 -11
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [3.7.2](https://github.com/webpack/webpack-dev-server/compare/v3.7.1...v3.7.2) (2019-06-17)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **client:** add default fallback for client ([#2015](https://github.com/webpack/webpack-dev-server/issues/2015)) ([d26b444](https://github.com/webpack/webpack-dev-server/commit/d26b444))
|
|
11
|
+
* **open:** set `wait: false` to run server.close successfully ([#2001](https://github.com/webpack/webpack-dev-server/issues/2001)) ([2b4cb52](https://github.com/webpack/webpack-dev-server/commit/2b4cb52))
|
|
12
|
+
* **test:** fixed ProvidePlugin.test.js ([#2002](https://github.com/webpack/webpack-dev-server/issues/2002)) ([47453cb](https://github.com/webpack/webpack-dev-server/commit/47453cb))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
5
16
|
### [3.7.1](https://github.com/webpack/webpack-dev-server/compare/v3.7.0...v3.7.1) (2019-06-07)
|
|
6
17
|
|
|
7
18
|
|
|
@@ -11,7 +22,7 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
11
22
|
|
|
12
23
|
|
|
13
24
|
|
|
14
|
-
## [3.7.0](https://github.com/webpack/webpack-dev-server/compare/v3.
|
|
25
|
+
## [3.7.0](https://github.com/webpack/webpack-dev-server/compare/v3.6.0...v3.7.0) (2019-06-06)
|
|
15
26
|
|
|
16
27
|
|
|
17
28
|
### Bug Fixes
|
|
@@ -20,11 +31,6 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
20
31
|
* es6 syntax in client ([#1982](https://github.com/webpack/webpack-dev-server/issues/1982)) ([802aa30](https://github.com/webpack/webpack-dev-server/commit/802aa30))
|
|
21
32
|
|
|
22
33
|
|
|
23
|
-
### Features
|
|
24
|
-
|
|
25
|
-
* **server:** add serverMode option ([#1937](https://github.com/webpack/webpack-dev-server/issues/1937)) ([44a8cde](https://github.com/webpack/webpack-dev-server/commit/44a8cde))
|
|
26
|
-
|
|
27
|
-
|
|
28
34
|
|
|
29
35
|
## [3.6.0](https://github.com/webpack/webpack-dev-server/compare/v3.5.1...v3.6.0) (2019-06-05)
|
|
30
36
|
|