I am trying to run the script
ionic build
But the generated build version is always with --production flag. Thus my js/ts code is minified and not suitable for debugging. Do you know a way to build in dev mode?
The command "ionic build -- --mode development" which seems to work for Vue does not seem to work for React.