Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 5674 Rev 5682
Línea 32... Línea 32...
32
  },
32
  },
33
  skills: {
33
  skills: {
34
    entry: "./react-webpack/settings/skills/index.js",
34
    entry: "./react-webpack/settings/skills/index.js",
35
    output: path.join(__dirname, "public/react-bundles/settings/skills"),
35
    output: path.join(__dirname, "public/react-bundles/settings/skills"),
36
    filename: "skillsBundle.js",
36
    filename: "skillsBundle.js",
-
 
37
  },
-
 
38
  degrees: {
-
 
39
    entry: "./react-webpack/settings/degrees/index.js",
-
 
40
    output: path.join(__dirname, "public/react-bundles/settings/degrees"),
-
 
41
    filename: "degreesBundle.js",
37
  }
42
  }
38
};
43
};
Línea 39... Línea 44...
39
 
44
 
40
// change active path here  
45
// change active path here  
Línea 41... Línea 46...
41
const currentPath = paths.skills;
46
const currentPath = paths.degrees;
42
 
47
 
43
module.exports = {
48
module.exports = {
44
  entry: currentPath.entry,
49
  entry: currentPath.entry,