We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255b2f0 commit 4b04a05Copy full SHA for 4b04a05
migration-v4.md
@@ -11,7 +11,7 @@ This document serves as a migration guide for `[email protected]`.
11
### ⚠ BREAKING CHANGES
12
13
- Minimum supported `Node.js` version is `12.13.0`.
14
-- Minimum supported `webpack` version is `4.37.0` (**but we so recommend using 5 version**).
+- Minimum supported `webpack` version is `4.37.0` (**but we recommend using `webpack >= v5.0.0`**).
15
- Minimum compatible `webpack-cli` version is `4.7.0`.
16
- The `hotOnly` option was removed, if you need hot only mode, use `{ hot: 'only' }` value.
17
0 commit comments