Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 9907 Rev 9954
Línea 63... Línea 63...
63
  followers: {
63
  followers: {
64
    entry: "./react-webpack/follower/index.js",
64
    entry: "./react-webpack/follower/index.js",
65
    output: path.join(__dirname, "public/react-bundles/followers"),
65
    output: path.join(__dirname, "public/react-bundles/followers"),
66
    filename: "followersBundle.js",
66
    filename: "followersBundle.js",
67
  },
67
  },
68
  recruitment_and_selection: {
68
  recruitment_and_selection_vacancies: {
69
    entry: "./react-webpack/recruitment_and_selection/vacancies/index.js",
69
    entry: "./react-webpack/recruitment_and_selection/vacancies/index.js",
70
    output: path.join(__dirname, "public/react-bundles/recruitment_and_selection"),
70
    output: path.join(__dirname, "public/react-bundles/recruitment_and_selection/vacancies"),
71
    filename: "recruitmentAndSelection.js",
71
    filename: "vacanciesBundle.js",
-
 
72
  },
-
 
73
  recruitment_and_selection_candidates: {
-
 
74
    entry: "./react-webpack/recruitment_and_selection/candidates/index.js",
-
 
75
    output: path.join(__dirname, "public/react-bundles/recruitment_and_selection/candidates"),
-
 
76
    filename: "candidatesBundle.js",
72
  }
77
  }
73
};
78
};
Línea 74... Línea 79...
74
 
79
 
75
// change active path here  
80
// change active path here  
Línea 76... Línea 81...
76
const currentPath = paths.recruitment_and_selection;
81
const currentPath = paths.recruitment_and_selection_candidates;
77
 
82
 
78
module.exports = {
83
module.exports = {
79
  entry: currentPath.entry,
84
  entry: currentPath.entry,