Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14132 Rev 14143
Línea 8... Línea 8...
8
	menu: {
8
	menu: {
9
		entry: './react-webpack/menu/index.js',
9
		entry: './react-webpack/menu/index.js',
10
		output: path.join(__dirname, 'public/react-bundles/menu'),
10
		output: path.join(__dirname, 'public/react-bundles/menu'),
11
		filename: 'menuBundle.js',
11
		filename: 'menuBundle.js',
12
	},
12
	},
-
 
13
	nav: {
-
 
14
		entry: './react-webpack/navbar/index.js',
-
 
15
		output: path.join(__dirname, 'public/react-bundles/navbar'),
-
 
16
		filename: 'navbarBundle.js',
-
 
17
	},
13
	companySizes: {
18
	companySizes: {
14
		entry: './react-webpack/settings/company-sizes/index.js',
19
		entry: './react-webpack/settings/company-sizes/index.js',
15
		output: path.join(__dirname, 'public/react-bundles/settings/company-sizes'),
20
		output: path.join(__dirname, 'public/react-bundles/settings/company-sizes'),
16
		filename: 'companySizesBundle.js',
21
		filename: 'companySizesBundle.js',
17
	},
22
	},
Línea 127... Línea 132...
127
		}
132
		}
128
	}
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.menu
137
const currentPath = paths.nav
133
 
138
 
134
module.exports = {
139
module.exports = {
135
	entry: currentPath.entry,
140
	entry: currentPath.entry,