Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 5580 | Rev 5674 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 5580 Rev 5647
Línea 22... Línea 22...
22
  },
22
  },
23
  groupTypes: {
23
  groupTypes: {
24
    entry: "./react-webpack/settings/groups-types/index.js",
24
    entry: "./react-webpack/settings/groups-types/index.js",
25
    output: path.join(__dirname, "public/react-bundles/settings/group-types"),
25
    output: path.join(__dirname, "public/react-bundles/settings/group-types"),
26
    filename: "groupTypesBundle.js",
26
    filename: "groupTypesBundle.js",
-
 
27
  },
-
 
28
  industries: {
-
 
29
    entry: "./react-webpack/settings/industries/index.js",
-
 
30
    output: path.join(__dirname, "public/react-bundles/settings/industries"),
-
 
31
    filename: "industriesBundle.js",
27
  }
32
  }
28
};
33
};
Línea 29... Línea 34...
29
 
34
 
30
// change active path here  
35
// change active path here  
Línea 31... Línea 36...
31
const currentPath = paths.groupTypes;
36
const currentPath = paths.industries;
32
 
37
 
33
module.exports = {
38
module.exports = {
34
  entry: currentPath.entry,
39
  entry: currentPath.entry,