Discussion about if it is worth to keep both build process (npm run start and npm run start.browser) since the cordova already support a web/browser target!
Should mantain only cordova to keep it simple?
Any pros and cons is welcome!
Things to consider:
Different code when using device (hardware) features (even to web).
Have to test/check if device apis of browser work inside cordova (with and without crosswalk webview)
Discussion about if it is worth to keep both build process (
npm run start
andnpm run start.browser
) since the cordova already support a web/browser target!Should mantain only cordova to keep it simple? Any pros and cons is welcome!
Things to consider:
Another, LiveReload is already working on web(Now works at cordova too)ng serve
npm run start
(once no cordova is involved).More info at: https://www.raymondcamden.com/2016/03/22/the-cordova-browser-platform/