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