Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3197 Rev 3639
Línea 226... Línea 226...
226
  performanceEvaluation: {
226
  performanceEvaluation: {
227
    entry: "./react-webpack/performance-evaluation/index.js",
227
    entry: "./react-webpack/performance-evaluation/index.js",
228
    output: path.join(__dirname, "public/react-bundles/performance-evaluation"),
228
    output: path.join(__dirname, "public/react-bundles/performance-evaluation"),
229
    filename: "performanceEvaluationBundle.js",
229
    filename: "performanceEvaluationBundle.js",
230
  },
230
  },
-
 
231
  impersonate: {
-
 
232
    entry: "./react-webpack/impersonate/index.js",
-
 
233
    output: path.join(__dirname, "public/react-bundles/impersonate"),
-
 
234
    filename: "impersonateBundle.js",
-
 
235
  },
231
};
236
};
Línea 232... Línea 237...
232
 
237
 
233
// change active path here  
238
// change active path here  
Línea 234... Línea 239...
234
const currentPath = paths.notifications;
239
const currentPath = paths.search;
235
 
240
 
236
module.exports = {
241
module.exports = {
237
  entry: currentPath.entry,
242
  entry: currentPath.entry,