Skip to content

Commit 8934892

Browse files
chore(deps): update (#5538)
1 parent 3f3d124 commit 8934892

File tree

6 files changed

+4957
-1401
lines changed

6 files changed

+4957
-1401
lines changed

migration-v4.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -474,8 +474,7 @@ module.exports = {
474474
- Many CLI options were renamed in favor of the above change, please use `webpack serve --help` to get a list of them.
475475
- The `stdin` option was removed in favor of `--watch-options-stdin`.
476476
- `injectClient` and `injectHot` were removed in favor of manual setup entries.
477-
478-
- `injectClient: false` was replaced with `client: false`:
477+
- `injectClient: false` was replaced with `client: false`:
479478

480479
v3:
481480

@@ -684,7 +683,6 @@ There are a lot of other bug fixes.
684683
### Notes
685684

686685
- Compatibility with `IE11`/`IE10`/`IE9`:
687-
688686
- For `IE11`/`IE10` you need polyfill `fetch()` and `Promise`, example:
689687

690688
```js
@@ -711,7 +709,6 @@ There are a lot of other bug fixes.
711709
IE8 is not supported, sorry
712710

713711
- Change in **Node.js API**:
714-
715712
- If you're using dev-server through the Node.js API, the options in devServer will be ignored. Pass the options as a first parameter instead:
716713

717714
v3:

0 commit comments

Comments
 (0)