Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 10260 Rev 10425
Línea 72... Línea 72...
72
  },
72
  },
73
  recruitment_and_selection_candidates: {
73
  recruitment_and_selection_candidates: {
74
    entry: "./react-webpack/recruitment_and_selection/candidates/index.js",
74
    entry: "./react-webpack/recruitment_and_selection/candidates/index.js",
75
    output: path.join(__dirname, "public/react-bundles/recruitment_and_selection/candidates"),
75
    output: path.join(__dirname, "public/react-bundles/recruitment_and_selection/candidates"),
76
    filename: "candidatesBundle.js",
76
    filename: "candidatesBundle.js",
-
 
77
  },
-
 
78
  recruitment_and_selection_interviews: {
-
 
79
    entry: "./react-webpack/recruitment_and_selection/interviews/index.js",
-
 
80
    output: path.join(__dirname, "public/react-bundles/recruitment_and_selection/interviews"),
-
 
81
    filename: "interviewsBundle.js",
77
  }
82
  }
78
};
83
};
Línea 79... Línea 84...
79
 
84
 
80
// change active path here  
85
// change active path here  
Línea 81... Línea 86...
81
const currentPath = paths.recruitment_and_selection_vacancies;
86
const currentPath = paths.recruitment_and_selection_interviews;
82
 
87
 
83
module.exports = {
88
module.exports = {
84
  entry: currentPath.entry,
89
  entry: currentPath.entry,