Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6628 Rev 7154
Línea 52... Línea 52...
52
  },
52
  },
53
  jobs: {
53
  jobs: {
54
    entry: "./react-webpack/jobs/index.js",
54
    entry: "./react-webpack/jobs/index.js",
55
    output: path.join(__dirname, "public/react-bundles/jobs"),
55
    output: path.join(__dirname, "public/react-bundles/jobs"),
56
    filename: "jobsBundle.js",
56
    filename: "jobsBundle.js",
-
 
57
  },
-
 
58
  feeds: {
-
 
59
    entry: "./react-webpack/feeds/index.js",
-
 
60
    output: path.join(__dirname, "public/react-bundles/feeds"),
-
 
61
    filename: "feedsBundle.js",
57
  }
62
  }
58
};
63
};
Línea 59... Línea 64...
59
 
64
 
60
// change active path here  
65
// change active path here  
Línea 61... Línea 66...
61
const currentPath = paths.jobs;
66
const currentPath = paths.feeds;
62
 
67
 
63
module.exports = {
68
module.exports = {
64
  entry: currentPath.entry,
69
  entry: currentPath.entry,