Closed
Description
- Operating System:
- Node Version: v10.16.3
- NPM Version: 6.9.0
- webpack Version: 4.41.0
- webpack-dev-server Version: 3.8.1
- Browser: Chrome 77.0.3865.90
- This is a bug
- This is a modification request
Code
It would be really helpful to launch multiple windows using the openPage
option rather than only a single one.
E.g.
// webpack.config.js
devServer: {
open: true,
openPage: ["/pageone", "/pagetwo"]
},
For Features; What is the motivation and/or use-case for the feature?
We are working on an application which in its nature requires multiple web-browser windows to be open.