Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 5693 Rev 5711
Línea 37... Línea 37...
37
  },
37
  },
38
  degrees: {
38
  degrees: {
39
    entry: "./react-webpack/settings/degrees/index.js",
39
    entry: "./react-webpack/settings/degrees/index.js",
40
    output: path.join(__dirname, "public/react-bundles/settings/degrees"),
40
    output: path.join(__dirname, "public/react-bundles/settings/degrees"),
41
    filename: "degreesBundle.js",
41
    filename: "degreesBundle.js",
-
 
42
  },
-
 
43
  categories: {
-
 
44
    entry: "./react-webpack/settings/job-categories/index.js",
-
 
45
    output: path.join(__dirname, "public/react-bundles/settings/job-categories"),
-
 
46
    filename: "jobCategoriesBundle.js",
42
  }
47
  }
43
};
48
};
Línea 44... Línea 49...
44
 
49
 
45
// change active path here  
50
// change active path here  
Línea 46... Línea 51...
46
const currentPath = paths.companySizes;
51
const currentPath = paths.categories;
47
 
52
 
48
module.exports = {
53
module.exports = {
49
  entry: currentPath.entry,
54
  entry: currentPath.entry,