fix(plugins): remove from platformWWW by default (#1807)

This commit is contained in:
エリス
2025-06-16 21:29:33 +09:00
committed by GitHub
parent 5dc9c72821
commit f0e8885693

View File

@@ -179,10 +179,6 @@ class Api {
removePlugin (plugin, uninstallOptions) {
const project = AndroidProject.getProjectFile(this.root);
if (uninstallOptions && uninstallOptions.usePlatformWww === true) {
uninstallOptions.usePlatformWww = false;
}
return PluginManager.get(this.platform, this.locations, project)
.removePlugin(plugin, uninstallOptions)
.then(function () {