Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11938 Rev 11960
Línea 104... Línea 104...
104
		tasks: {
104
		tasks: {
105
			entry: './react-webpack/objetives_and_goals-planing/tasks/index.js',
105
			entry: './react-webpack/objetives_and_goals-planing/tasks/index.js',
106
			output: path.join(__dirname, 'public/react-bundles/objetives_and_goals-planing/tasks'),
106
			output: path.join(__dirname, 'public/react-bundles/objetives_and_goals-planing/tasks'),
107
			filename: 'tasksBundle.js',
107
			filename: 'tasksBundle.js',
108
		}
108
		}
-
 
109
	},
-
 
110
	performance_evaluations: {
-
 
111
		forms: {
-
 
112
			entry: './react-webpack/performance_evaluations/forms/index.js',
-
 
113
			output: path.join(__dirname, 'public/react-bundles/performance_evaluations/forms'),
-
 
114
			filename: 'formsBundle.js',
-
 
115
		}
109
	}
116
	}
110
}
117
}
Línea 111... Línea 118...
111
 
118
 
112
// change active path here  
119
// change active path here  
Línea 113... Línea 120...
113
const currentPath = paths.recruitment_and_selection_vacancies
120
const currentPath = paths.performance_evaluations.forms
114
 
121
 
115
module.exports = {
122
module.exports = {
116
	entry: currentPath.entry,
123
	entry: currentPath.entry,