callstack / haul

Haul is a command line tool for developing React Native apps, powered by Webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support other browsers (eg: user-chosen defaults)

evancharlton opened this issue · comments

Describe the feature

Currently, when using the @haul-bundler/cli start [..], Chrome is opened to launch the debugger. This is wonderful! However, my default browser is not Chrome, so it's jarring to have Chrome opened for this suddenly.

On this machine, my default browser is Edge. Edge is now Chromium-based and supports native Chrome extensions. It would be great to have a way to respect platform defaults rather than making assumptions.

Motivation

I try to maintain a separation between personal browsers & work browsers, and having the dev tools automatically make a choice complicates things for me 😁

Related Issues

I was unable to find previous requests for this.