Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 12395 Rev 12475
Línea 116... Línea 116...
116
		evaluations: {
116
		evaluations: {
117
			entry: './react-webpack/performance_evaluations/evaluations/index.js',
117
			entry: './react-webpack/performance_evaluations/evaluations/index.js',
118
			output: path.join(__dirname, 'public/react-bundles/performance_evaluations/evaluations'),
118
			output: path.join(__dirname, 'public/react-bundles/performance_evaluations/evaluations'),
119
			filename: 'evaluationsBundle.js',
119
			filename: 'evaluationsBundle.js',
120
		}
120
		}
-
 
121
	},
-
 
122
	organizational_climate: {
-
 
123
		forms: {
-
 
124
			entry: './react-webpack/organizational-climate/form/index.js',
-
 
125
			output: path.join(__dirname, 'public/react-bundles/organizational-climate/form'),
-
 
126
			filename: 'organizationalFormBundle.js',
-
 
127
		}
121
	}
128
	}
122
}
129
}
Línea 123... Línea 130...
123
 
130
 
124
// change active path here  
131
// change active path here  
Línea 125... Línea 132...
125
const currentPath = paths.recruitment_and_selection_vacancies
132
const currentPath = paths.organizational_climate.forms
126
 
133
 
127
module.exports = {
134
module.exports = {
128
	entry: currentPath.entry,
135
	entry: currentPath.entry,