Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11156 Rev 11183
Línea 77... Línea 77...
77
	},
77
	},
78
	recruitment_and_selection_interviews: {
78
	recruitment_and_selection_interviews: {
79
		entry: './react-webpack/recruitment_and_selection/interviews/index.js',
79
		entry: './react-webpack/recruitment_and_selection/interviews/index.js',
80
		output: path.join(__dirname, 'public/react-bundles/recruitment_and_selection/interviews'),
80
		output: path.join(__dirname, 'public/react-bundles/recruitment_and_selection/interviews'),
81
		filename: 'interviewsBundle.js',
81
		filename: 'interviewsBundle.js',
-
 
82
	},
-
 
83
	objetives_and_goals_planing: {
-
 
84
		objetives: {
-
 
85
			entry: './react-webpack/objetives_and_goals-planing/objetives/index.js',
-
 
86
			output: path.join(__dirname, 'public/react-bundles/objetives_and_goals-planing/objetives'),
-
 
87
			filename: 'objetivesBundle.js',
-
 
88
		}
82
	}
89
	}
83
}
90
}
Línea 84... Línea 91...
84
 
91
 
85
// change active path here  
92
// change active path here  
Línea 86... Línea 93...
86
const currentPath = paths.recruitment_and_selection_vacancies
93
const currentPath = paths.objetives_and_goals_planing.objetives
87
 
94
 
88
module.exports = {
95
module.exports = {
89
	entry: currentPath.entry,
96
	entry: currentPath.entry,