Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 5647 Rev 5674
Línea 27... Línea 27...
27
  },
27
  },
28
  industries: {
28
  industries: {
29
    entry: "./react-webpack/settings/industries/index.js",
29
    entry: "./react-webpack/settings/industries/index.js",
30
    output: path.join(__dirname, "public/react-bundles/settings/industries"),
30
    output: path.join(__dirname, "public/react-bundles/settings/industries"),
31
    filename: "industriesBundle.js",
31
    filename: "industriesBundle.js",
-
 
32
  },
-
 
33
  skills: {
-
 
34
    entry: "./react-webpack/settings/skills/index.js",
-
 
35
    output: path.join(__dirname, "public/react-bundles/settings/skills"),
-
 
36
    filename: "skillsBundle.js",
32
  }
37
  }
33
};
38
};
Línea 34... Línea 39...
34
 
39
 
35
// change active path here  
40
// change active path here  
Línea 36... Línea 41...
36
const currentPath = paths.industries;
41
const currentPath = paths.skills;
37
 
42
 
38
module.exports = {
43
module.exports = {
39
  entry: currentPath.entry,
44
  entry: currentPath.entry,