Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1260 Rev 1307
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: {
13
  notifications: {
14
    entry: "./react-webpack/dashboard/components/dashboard2.js",
14
    entry: "./react-webpack/notifications/index.js",
15
    output: path.join(__dirname, "public/react-bundles/dashboard"),
15
    output: path.join(__dirname, "public/react-bundles/dashboard"),
16
    filename: "dashboardBundle2.js",
16
    filename: "notificationsBundle.js",
17
  },
17
  },
18
  myProfiles: {
18
  myProfiles: {
19
    entry: "./react-webpack/profile/my-profiles/my-profiles/index.js",
19
    entry: "./react-webpack/profile/my-profiles/my-profiles/index.js",
20
    output: path.join(
20
    output: path.join(
21
      __dirname,
21
      __dirname,
Línea 229... Línea 229...
229
    filename: "performanceEvaluationBundle.js",
229
    filename: "performanceEvaluationBundle.js",
230
  },
230
  },
231
};
231
};
Línea 232... Línea 232...
232
 
232
 
233
// change active path here  
233
// change active path here