Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 482 Rev 561
Línea 221... Línea 221...
221
  selfEvaluation: {
221
  selfEvaluation: {
222
    entry: "./react-webpack/self-evaluation/index.js",
222
    entry: "./react-webpack/self-evaluation/index.js",
223
    output: path.join(__dirname, "public/react-bundles/self-evaluation"),
223
    output: path.join(__dirname, "public/react-bundles/self-evaluation"),
224
    filename: "selfEvaluationBundle.js",
224
    filename: "selfEvaluationBundle.js",
225
  },
225
  },
-
 
226
  performanceEvaluation: {
-
 
227
    entry: "./react-webpack/performance-evaluation/index.js",
-
 
228
    output: path.join(__dirname, "public/react-bundles/performance-evaluation"),
-
 
229
    filename: "performanceEvaluationBundle.js",
-
 
230
  },
226
};
231
};
Línea 227... Línea 232...
227
 
232
 
228
// change active path here  
233
// change active path here