Can we add an option to choose between chromium and chrome when calling npm start?
Or alternatively @kaglowka @KasiaSkowronska can we switch to using chromium as development browser?
It is identical to chrome (actually chrome is just chromium with changed branding) and using it for development has some additional advantages:
developer of PP extension that normally uses chrome as standard browser can use "real" extension installed from the store, no need to switch on/off production and development instances when whole development is on chromium
when developing on chromium only necessary tabs are reloaded, all personal tabs remain untouched as they are in the separate browser
chromium is ideal development environment: no other extension, no issues with browser running prior to calling npm start as nobody uses it ;)
Can we add an option to choose between chromium and chrome when calling
npm start
?Or alternatively @kaglowka @KasiaSkowronska can we switch to using chromium as development browser?
It is identical to chrome (actually chrome is just chromium with changed branding) and using it for development has some additional advantages:
npm start
as nobody uses it ;)What do you say?