New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(options): add multiple openPage support
#2266
feat(options): add multiple openPage support
#2266
Conversation
|
Also please accept CLA |
Codecov Report
@@ Coverage Diff @@
## master #2266 +/- ##
==========================================
+ Coverage 93.9% 93.92% +0.01%
==========================================
Files 34 34
Lines 1280 1283 +3
Branches 368 369 +1
==========================================
+ Hits 1202 1205 +3
Misses 71 71
Partials 7 7
Continue to review full report at Codecov.
|
openPage support
|
@hiroppy @evilebottnawi any ideas on the failing tests? |
|
@digitaljohn sometimes chromeless failed on windows due unknown reason, so CI failed, don't worry |
For Bugs and Features; did you add new tests?
Yes and added an example.
Motivation / Use-Case
Closes issue #2265
Breaking Changes
No breaking changes
Additional Info
Added the ability to specify multiple windows to open using the existing
openPageoption. An array can now be set in thedevServerWebpack config object or if using the--open-pageCLI option a comma-delimited-list can be specified.API:
CLI: