From f0e88856936c3c18740a6d33cfbbee8385d36ed2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A8=E3=83=AA=E3=82=B9?= Date: Mon, 16 Jun 2025 21:29:33 +0900 Subject: [PATCH] fix(plugins): remove from platformWWW by default (#1807) --- lib/Api.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/Api.js b/lib/Api.js index 03527268..f337fe57 100644 --- a/lib/Api.js +++ b/lib/Api.js @@ -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 () {