Do you want to request a feature or report a bug?
Feature
What is the current behavior?
Opens default browser which is not always dev browser
What is the expected behavior?
Adding ability to specify browser like
webpack-dev-server --open chrome
If this is a feature request, what is motivation or use case for changing the behavior?
Different environments
Good idea. Looks like the opn package supports it. PR welcome!
support names of package opn example for:
macOS: google chrome
Linux: google-chrome
Windows: chrome
or support chrome for all S.O ?
I just downloaded https://polypane.rocks and came running here to see how I can have webpack open that up (dev browser) instead of my default 'browsing' browser.
@typerory creator of Polypane here, let me see if I that's something I can do :)
@typerory so, this took a while (hi!) but with the upcoming version of Polypane, the app is installable and you'll be able to use --open polypane.
Most helpful comment
support names of package
opnexample for:or support
chromefor all S.O ?