Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 167 Rev 170
Línea 8... Línea 8...
8
  dashboard: {
8
  dashboard: {
9
    entry: "./react-webpack/dashboard/components/index.js",
9
    entry: "./react-webpack/dashboard/components/index.js",
10
    output: path.join(__dirname, "public/react-bundles/dashboard"),
10
    output: path.join(__dirname, "public/react-bundles/dashboard"),
11
    filename: "dashboardBundle.js",
11
    filename: "dashboardBundle.js",
12
  },
12
  },
-
 
13
  dashboard2: {
-
 
14
    entry: "./react-webpack/dashboard/components/dashboard2.js",
-
 
15
    output: path.join(__dirname, "public/react-bundles/dashboard"),
-
 
16
    filename: "dashboardBundle2.js",
-
 
17
  },
13
  myProfiles: {
18
  myProfiles: {
14
    entry: "./react-webpack/profile/my-profiles/my-profiles/index.js",
19
    entry: "./react-webpack/profile/my-profiles/my-profiles/index.js",
15
    output: path.join(
20
    output: path.join(
16
      __dirname,
21
      __dirname,
17
      "public/react-bundles/my-profiles/my-profiles"
22
      "public/react-bundles/my-profiles/my-profiles"
Línea 214... Línea 219...
214
    filename: "postViewBundle.js",
219
    filename: "postViewBundle.js",
215
  },
220
  },
216
};
221
};
Línea 217... Línea 222...
217
 
222
 
218
// change active path here  
223
// change active path here  
Línea 219... Línea 224...
219
const currentPath = paths.inmail;
224
const currentPath = paths.dashboard2;
220
 
225
 
221
module.exports = {
226
module.exports = {
222
  entry: currentPath.entry,
227
  entry: currentPath.entry,