You can build in dev mode by editing the correct scripts
entry in package.json
. Just add a --dev
at the end of the build script.
"build": "ionic-app-scripts build --dev"
You can build in dev mode by editing the correct scripts
entry in package.json
. Just add a --dev
at the end of the build script.
"build": "ionic-app-scripts build --dev"