Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14181 Rev 14183
Línea 123... Línea 123...
123
		forms: {
123
		forms: {
124
			entry: './react-webpack/organizational-climate/form/index.js',
124
			entry: './react-webpack/organizational-climate/form/index.js',
125
			output: path.join(__dirname, 'public/react-bundles/organizational-climate/form'),
125
			output: path.join(__dirname, 'public/react-bundles/organizational-climate/form'),
126
			filename: 'organizationalFormBundle.js',
126
			filename: 'organizationalFormBundle.js',
127
		}
127
		}
128
	}
128
	},
-
 
129
	jobDescription: {
-
 
130
		entry: './react-webpack/job_description/index.js',
-
 
131
		output: path.join(__dirname, 'public/react-bundles/job_description'),
-
 
132
		filename: 'jobDescription.js',
-
 
133
	},
129
}
134
}
Línea 130... Línea 135...
130
 
135
 
131
// change active path here  
136
// change active path here  
Línea 132... Línea 137...
132
const currentPath = paths.competencyTypes
137
const currentPath = paths.jobDescription
133
 
138
 
134
module.exports = {
139
module.exports = {
135
	entry: currentPath.entry,
140
	entry: currentPath.entry,