@pronto-tools-and-more/components-renderer 6.33.0 → 6.33.1
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -17,7 +17,7 @@ export const renderViews = async (
|
|
17
17
|
|
18
18
|
await LoadSwc.loadSwc(SwcNodePath.swcNodePath, tsconfigPath);
|
19
19
|
|
20
|
-
const assetDir = isBuild ? "" : "
|
20
|
+
const assetDir = isBuild ? "resource://dynamic/storefront/assets" : "";
|
21
21
|
SetAssetDir.setAssetDir(assetDir);
|
22
22
|
|
23
23
|
const module = await LoadRoutes.loadRoutes(componentsPathMain);
|