Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6407 Rev 6628
Línea 47... Línea 47...
47
  },
47
  },
48
  profile: {
48
  profile: {
49
    entry: "./react-webpack/profile/index.js",
49
    entry: "./react-webpack/profile/index.js",
50
    output: path.join(__dirname, "public/react-bundles/profile"),
50
    output: path.join(__dirname, "public/react-bundles/profile"),
51
    filename: "profileBundle.js",
51
    filename: "profileBundle.js",
-
 
52
  },
-
 
53
  jobs: {
-
 
54
    entry: "./react-webpack/jobs/index.js",
-
 
55
    output: path.join(__dirname, "public/react-bundles/jobs"),
-
 
56
    filename: "jobsBundle.js",
52
  }
57
  }
53
};
58
};
Línea 54... Línea 59...
54
 
59
 
55
// change active path here  
60
// change active path here  
Línea 56... Línea 61...
56
const currentPath = paths.profile;
61
const currentPath = paths.jobs;
57
 
62
 
58
module.exports = {
63
module.exports = {
59
  entry: currentPath.entry,
64
  entry: currentPath.entry,