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: src/content/configuration/dev-server.md
+21-1
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ contributors:
13
13
- Loonride
14
14
- dmohns
15
15
- EslamHiko
16
+
- digitaljohn
16
17
---
17
18
18
19
[webpack-dev-server](https://github.com/webpack/webpack-dev-server) can be used to quickly develop an application. See the [development guide](/guides/development/) to get started.
@@ -804,7 +805,7 @@ T> The browser application name is platform dependent. Don't hard code it in reu
804
805
805
806
## `devServer.openPage`
806
807
807
-
`string`
808
+
`string``[string]`
808
809
809
810
Specify a page to navigate to when opening the browser.
810
811
@@ -825,6 +826,25 @@ Usage via the CLI
825
826
webpack-dev-server --open-page "/different/page"
826
827
```
827
828
829
+
If you wish to specify multiple pages to open in the browser.
0 commit comments