Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 550470c commit 4d97714Copy full SHA for 4d97714
‎client/packages/lowcoder/src/comps/comps/remoteComp/loaders.tsx
@@ -15,8 +15,8 @@ async function npmLoader(
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`;
+ const entry = `${NPM_PLUGIN_ASSETS_BASE_URL}/${packageName}@${localPackageVersion}/index.js`;
+ /// const entry = `../../../../../public/package/index.js`;
20
// console.log("Entry", entry);
21
try {
22
const module = await import(
0 commit comments