Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 12187 Rev 12264
Línea 110... Línea 110...
110
	performance_evaluations: {
110
	performance_evaluations: {
111
		forms: {
111
		forms: {
112
			entry: './react-webpack/performance_evaluations/forms/index.js',
112
			entry: './react-webpack/performance_evaluations/forms/index.js',
113
			output: path.join(__dirname, 'public/react-bundles/performance_evaluations/forms'),
113
			output: path.join(__dirname, 'public/react-bundles/performance_evaluations/forms'),
114
			filename: 'formsBundle.js',
114
			filename: 'formsBundle.js',
-
 
115
		},
-
 
116
		evaluations: {
-
 
117
			entry: './react-webpack/performance_evaluations/evaluations/index.js',
-
 
118
			output: path.join(__dirname, 'public/react-bundles/performance_evaluations/evaluations'),
-
 
119
			filename: 'evaluationsBundle.js',
115
		}
120
		}
116
	}
121
	}
117
}
122
}
Línea 118... Línea 123...
118
 
123
 
119
// change active path here  
124
// change active path here  
Línea 120... Línea 125...
120
const currentPath = paths.objetives_and_goals_planing.objetives
125
const currentPath = paths.performance_evaluations.evaluations
121
 
126
 
122
module.exports = {
127
module.exports = {
123
	entry: currentPath.entry,
128
	entry: currentPath.entry,