revert change
This commit is contained in:
parent
8f586b453b
commit
e667dd4056
@ -65,11 +65,7 @@ export async function getActive() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// eslint-disable-next-line no-undef
|
// eslint-disable-next-line no-undef
|
||||||
const plgList = await window.pluggableElectronIpc?.getActive() ??
|
const plgList = await window.pluggableElectronIpc?.getActive();
|
||||||
await 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(
|
return plgList.map(
|
||||||
(plugin) =>
|
(plugin) =>
|
||||||
new Plugin(
|
new Plugin(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user