Dan Imhoff
Dan Imhoff
@muuvmuuv You can make a feature request for that in this repo: https://github.com/ionic-team/angular-toolkit Basically, the `ionic-cordova-serve` needs to forward `sslKey` and `sslCert` options to the Angular serve builder.
The goal would to get it working with react-scripts too, yes. I closed the other issue, thanks!
Unfortunately our online CLI documentation is still specific to Angular. For React, you can use the `--help` flag in your terminal: `ionic serve --help`. The `--https` flag for React is...
The Ionic CLI needs to know the port in order to know when the dev server is ready so that it can offer features like opening the browser and livereload/deployment...
No, reading from the Angular config file is something I want to avoid. It would make the Ionic CLI more brittle and the config file can get quite complex. For...
This error is totally normal when you reload the page: The webpack-dev-server has to re-establish the connection because it gets killed when the page refreshes.
@WoodzGoh As for your other issue about the page being blank, I'm not able to reproduce it.
Re-running the command with the `--verbose` flag may provide more information.
I'm not able to reproduce this. How are you running the app once it's built?
What's the URL that it loads in the web view? Mine is `http://localhost/home`.