Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 5715 Rev 5743
Línea 42... Línea 42...
42
  },
42
  },
43
  categories: {
43
  categories: {
44
    entry: "./react-webpack/settings/job-categories/index.js",
44
    entry: "./react-webpack/settings/job-categories/index.js",
45
    output: path.join(__dirname, "public/react-bundles/settings/job-categories"),
45
    output: path.join(__dirname, "public/react-bundles/settings/job-categories"),
46
    filename: "jobCategoriesBundle.js",
46
    filename: "jobCategoriesBundle.js",
-
 
47
  },
-
 
48
  profile: {
-
 
49
    entry: "./react-webpack/profile/index.js",
-
 
50
    output: path.join(__dirname, "public/react-bundles/profile"),
-
 
51
    filename: "profileBundle.js",
47
  }
52
  }
48
};
53
};
Línea 49... Línea 54...
49
 
54
 
50
// change active path here  
55
// change active path here  
Línea 51... Línea 56...
51
const currentPath = paths.companySizes;
56
const currentPath = paths.profile;
52
 
57
 
53
module.exports = {
58
module.exports = {
54
  entry: currentPath.entry,
59
  entry: currentPath.entry,