File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments