Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11441 Rev 11467
Línea 78... Línea 78...
78
	recruitment_and_selection_interviews: {
78
	recruitment_and_selection_interviews: {
79
		entry: './react-webpack/recruitment_and_selection/interviews/index.js',
79
		entry: './react-webpack/recruitment_and_selection/interviews/index.js',
80
		output: path.join(__dirname, 'public/react-bundles/recruitment_and_selection/interviews'),
80
		output: path.join(__dirname, 'public/react-bundles/recruitment_and_selection/interviews'),
81
		filename: 'interviewsBundle.js',
81
		filename: 'interviewsBundle.js',
82
	},
82
	},
83
	chat: { 
83
	chat: {
84
		entry: './react-webpack/chat/index.js',
84
		entry: './react-webpack/chat/index.js',
85
		output: path.join(__dirname, 'public/react-bundles/chat'),
85
		output: path.join(__dirname, 'public/react-bundles/chat'),
86
		filename: 'chatBundle.js',
86
		filename: 'chatBundle.js',
87
	},
87
	},
88
	mobileChat: {
88
	mobileChat: {
89
		entry: './react-webpack/mobile-chat/index.js',
89
		entry: './react-webpack/mobile-chat/index.js',
90
		output: path.join(__dirname, 'public/react-bundles/mobileChat'),
90
		output: path.join(__dirname, 'public/react-bundles/mobileChat'),
91
		filename: 'mobileChatBundle.js',
91
		filename: 'mobileChatBundle.js',
92
	  },
92
	},
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
		}
98
		}
99
	}
99
	}
100
}
100
}
Línea 101... Línea 101...
101
 
101
 
102
// change active path here  
102
// change active path here  
Línea 103... Línea 103...
103
const currentPath = paths.mobileChat
103
const currentPath = paths.objetives_and_goals_planing.objetives
104
 
104
 
105
module.exports = {
105
module.exports = {
106
	entry: currentPath.entry,
106
	entry: currentPath.entry,