Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7154 Rev 7545
Línea 57... Línea 57...
57
  },
57
  },
58
  feeds: {
58
  feeds: {
59
    entry: "./react-webpack/feeds/index.js",
59
    entry: "./react-webpack/feeds/index.js",
60
    output: path.join(__dirname, "public/react-bundles/feeds"),
60
    output: path.join(__dirname, "public/react-bundles/feeds"),
61
    filename: "feedsBundle.js",
61
    filename: "feedsBundle.js",
-
 
62
  },
-
 
63
  followers: {
-
 
64
    entry: "./react-webpack/follower/index.js",
-
 
65
    output: path.join(__dirname, "public/react-bundles/followers"),
-
 
66
    filename: "followersBundle.js",
62
  }
67
  }
63
};
68
};
Línea 64... Línea 69...
64
 
69
 
65
// change active path here  
70
// change active path here  
Línea 66... Línea 71...
66
const currentPath = paths.feeds;
71
const currentPath = paths.followers;
67
 
72
 
68
module.exports = {
73
module.exports = {
69
  entry: currentPath.entry,
74
  entry: currentPath.entry,