You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: migration-v4.md
+102Lines changed: 102 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -491,6 +491,106 @@ module.exports = {
491
491
- The `sockWrite` public method was renamed to `sendMessage`.
492
492
- The `profile` option was removed in favor [`ProfilingPlugin`](https://webpack.js.org/plugins/profiling-plugin/).
493
493
494
+
### Deprecations
495
+
496
+
-`constructor` arguments were changed, the first argument is dev server options, the second is compiler
- Added the `setupExitSignals` option, it takes a boolean and if `true` (default on CLI), the server will close and exit the process on `SIGINT` and `SIGTERM`.
@@ -503,6 +603,8 @@ module.exports = {
503
603
- Overlay can be closed in browser.
504
604
- The `allowedHosts` option can be `auto` or custom string with your domain (i.e. default value).
505
605
- The `static` option can be disabled using `static: false`.
606
+
- Added async `start` and `stop` methods to API
607
+
- Added `startCallback` and `stopCallback` methods to API
0 commit comments