@Sujan12 wrote:
From here: http://ionicframework.com/docs/guide/publishing.html
Before we deploy, we should take care to adjust plugins needed
during development that should not be in production mode. For example,
we probably don’t want the debug console plugin enabled, so we should
remove it before generating the release builds:
$ cordova plugin rm cordova-plugin-consoleWhy should the console plugin be removed for a release build of the app?
Posts: 1
Participants: 1