-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c4678bc
commit f1fdaa7
Showing
4 changed files
with
28 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ This document serves as a migration guide for `[email protected]`. | |
### ⚠ BREAKING CHANGES | ||
|
||
- Minimum supported `Node.js` version is `12.13.0`. | ||
- Minimum supported `webpack` version is `4.37.0` (**but we so recommend using 5 version**). | ||
- The `hotOnly` option was removed, if you need hot only mode, use `{ hot: 'only' }` value. | ||
|
||
v3: | ||
|
@@ -605,6 +606,7 @@ module.exports = { | |
- The `static` option can be disabled using `static: false`. | ||
- Added async `start` and `stop` methods to API | ||
- Added `startCallback` and `stopCallback` methods to API | ||
- Migrate on built-in `webpack` logger. | ||
|
||
### Bug Fixes | ||
|
||
|
@@ -616,6 +618,8 @@ module.exports = { | |
- `chokidar` was updated. | ||
- Respect the `client.logging` option for HMR logging. | ||
- Show plugin name in progress log. | ||
- Use value of the `infastructureLogging.level` option by default for `client.logging`. | ||
- Allow to pass options without the `target` option for the `proxy` options. | ||
|
||
There are a lot of other bug fixes. | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters