Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11467 Rev 11468
Línea 93... Línea 93...
93
	objetives_and_goals_planing: {
93
	objetives_and_goals_planing: {
94
		objetives: {
94
		objetives: {
95
			entry: './react-webpack/objetives_and_goals-planing/objetives/index.js',
95
			entry: './react-webpack/objetives_and_goals-planing/objetives/index.js',
96
			output: path.join(__dirname, 'public/react-bundles/objetives_and_goals-planing/objetives'),
96
			output: path.join(__dirname, 'public/react-bundles/objetives_and_goals-planing/objetives'),
97
			filename: 'objetivesBundle.js',
97
			filename: 'objetivesBundle.js',
-
 
98
		},
-
 
99
		goals: {
-
 
100
			entry: './react-webpack/objetives_and_goals-planing/goals/index.js',
-
 
101
			output: path.join(__dirname, 'public/react-bundles/objetives_and_goals-planing/goals'),
-
 
102
			filename: 'goalsBundle.js',
98
		}
103
		}
99
	}
104
	}
100
}
105
}
Línea 101... Línea 106...
101
 
106
 
102
// change active path here  
107
// change active path here  
Línea 103... Línea 108...
103
const currentPath = paths.objetives_and_goals_planing.objetives
108
const currentPath = paths.objetives_and_goals_planing.goals
104
 
109
 
105
module.exports = {
110
module.exports = {
106
	entry: currentPath.entry,
111
	entry: currentPath.entry,