I upgraded from RC1 to RC2 today. The watch and build is faster (which is great).
There are a couple of issues that I am running into:
-
the -l option to ionic server no longer presents the 3 layouts in the browser
-
log statements (such as console.debug, console.error etc) no longer output when executing ionic serve -c
-
I used to be able to specify the browser in ionic.config.json. This no longer works and neither does the -w or --browser option to the serve command
Was the serve command changed to no longer take these options, and is there way to get the console output again?
thanks
btw - the console in the browser’s dev tools works anyway. Though it would be nice for the command line options to work.