Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8696 Rev 9469
Línea 62... Línea 62...
62
  },
62
  },
63
  followers: {
63
  followers: {
64
    entry: "./react-webpack/follower/index.js",
64
    entry: "./react-webpack/follower/index.js",
65
    output: path.join(__dirname, "public/react-bundles/followers"),
65
    output: path.join(__dirname, "public/react-bundles/followers"),
66
    filename: "followersBundle.js",
66
    filename: "followersBundle.js",
-
 
67
  },
-
 
68
  recruitment_and_selection: {
-
 
69
    entry: "./react-webpack/recruitment_and_selection/vacancies/index.js",
-
 
70
    output: path.join(__dirname, "public/react-bundles/recruitment_and_selection"),
-
 
71
    filename: "recruitmentAndSelection.js",
67
  }
72
  }
68
};
73
};
Línea 69... Línea 74...
69
 
74
 
70
// change active path here  
75
// change active path here  
Línea 71... Línea 76...
71
const currentPath = paths.menu;
76
const currentPath = paths.recruitment_and_selection;
72
 
77
 
73
module.exports = {
78
module.exports = {
74
  entry: currentPath.entry,
79
  entry: currentPath.entry,