Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 220 Rev 275
Línea 216... Línea 216...
216
  postView: {
216
  postView: {
217
    entry: "./react-webpack/dashboard/post/index.js",
217
    entry: "./react-webpack/dashboard/post/index.js",
218
    output: path.join(__dirname, "public/react-bundles/postView"),
218
    output: path.join(__dirname, "public/react-bundles/postView"),
219
    filename: "postViewBundle.js",
219
    filename: "postViewBundle.js",
220
  },
220
  },
-
 
221
  selfEvaluation: {
-
 
222
    entry: "./react-webpack/self-evaluation/index.js",
-
 
223
    output: path.join(__dirname, "public/react-bundles/self-evaluation"),
-
 
224
    filename: "selfEvaluationBundle.js",
-
 
225
  },
221
};
226
};
Línea 222... Línea 227...
222
 
227
 
223
// change active path here  
228
// change active path here