slicejs-cli 2.2.7 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/client.js
CHANGED
|
@@ -43,8 +43,8 @@ const getComponents = () => {
|
|
|
43
43
|
const config = loadConfig();
|
|
44
44
|
if (!config) return {};
|
|
45
45
|
|
|
46
|
-
|
|
47
|
-
const folderSuffix =
|
|
46
|
+
//const isProduction = config.production.enabled===true;
|
|
47
|
+
const folderSuffix = 'src'; // Siempre usar 'src' para desarrollo
|
|
48
48
|
|
|
49
49
|
const componentPaths = config.paths?.components || {}; // Obtiene dinámicamente las rutas de los componentes
|
|
50
50
|
let allComponents = new Map();
|