在发布应用之前,我是否需要删除开发插件?



我终于要把我的离子应用程序发布到安卓上了。我正在阅读有关如何发布应用程序的离子文档,在某些时候它提到我必须在发布应用程序之前删除一些不必要的开发插件。 我的问题是,真的有必要吗?我的意思是如果我不删除它会有所作为吗?

" So first, we need to generate a release build of our app, targeted at 
each 
platform we wish to deploy on. 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:
$ ionic cordova plugin rm cordova-plugin-console    "

参考: https://ionicframework.com/docs/v1/guide/publishing.html

提前致谢

您指的是 v1 文档,但您在问题中标记了ionic4

由于您是新来的,我将假设ionic4是您真正针对的目标。

最新的Android 发布文档在这里:

安卓Play商店 - 离子文档

v1 使用的系统与现代 Ionic 非常不同。您可以进行一些高级自定义,但默认情况下,您无需在发布之前删除插件。

最新更新