We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4006e0 + 72ad4f3 commit 9fd5fbaCopy full SHA for 9fd5fba
client/packages/lowcoder/src/comps/comps/remoteComp/loaders.tsx
@@ -13,11 +13,9 @@ async function npmLoader(
13
14
// Falk: removed "packageVersion = "latest" as default value fir packageVersion - to ensure no automatic version jumping.
15
const localPackageVersion = remoteInfo.packageVersion || "latest";
16
-
17
const { packageName, packageVersion, compName } = remoteInfo;
18
const entry = `${NPM_PLUGIN_ASSETS_BASE_URL}/${packageName}@${localPackageVersion}/index.js`;
19
- // const entry = `../../../../../public/package/index.js`;
20
- // console.log("Entry", entry);
+
21
try {
22
const module = await import(
23
/* @vite-ignore */
0 commit comments