diff --git a/electron/core/plugin-manager/execution/facade.js b/electron/core/plugin-manager/execution/facade.js index df75ce731..f5abea125 100644 --- a/electron/core/plugin-manager/execution/facade.js +++ b/electron/core/plugin-manager/execution/facade.js @@ -67,6 +67,7 @@ export async function getActive() { // eslint-disable-next-line no-undef const plgList = await window.pluggableElectronIpc?.getActive() ?? import( + // eslint-disable-next-line no-undef /* webpackIgnore: true */ PLUGIN_CATALOG + `?t=${Date.now()}` ).then((data) => data.default.filter((e) => e.supportCloudNative)); return plgList.map(