Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11488 Rev 11546
Línea 98... Línea 98...
98
		},
98
		},
99
		goals: {
99
		goals: {
100
			entry: './react-webpack/objetives_and_goals-planing/goals/index.js',
100
			entry: './react-webpack/objetives_and_goals-planing/goals/index.js',
101
			output: path.join(__dirname, 'public/react-bundles/objetives_and_goals-planing/goals'),
101
			output: path.join(__dirname, 'public/react-bundles/objetives_and_goals-planing/goals'),
102
			filename: 'goalsBundle.js',
102
			filename: 'goalsBundle.js',
-
 
103
		},
-
 
104
		tasks: {
-
 
105
			entry: './react-webpack/objetives_and_goals-planing/tasks/index.js',
-
 
106
			output: path.join(__dirname, 'public/react-bundles/objetives_and_goals-planing/tasks'),
-
 
107
			filename: 'tasksBundle.js',
103
		}
108
		}
104
	}
109
	}
105
}
110
}
Línea 106... Línea 111...
106
 
111
 
107
// change active path here  
112
// change active path here  
Línea 108... Línea 113...
108
const currentPath = paths.objetives_and_goals_planing.objetives
113
const currentPath = paths.objetives_and_goals_planing.tasks
109
 
114
 
110
module.exports = {
115
module.exports = {
111
	entry: currentPath.entry,
116
	entry: currentPath.entry,