Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 216 Rev 217
Línea 219... Línea 219...
219
    filename: "postViewBundle.js",
219
    filename: "postViewBundle.js",
220
  },
220
  },
221
};
221
};
Línea 222... Línea 222...
222
 
222
 
223
// change active path here  
223
// change active path here  
Línea 224... Línea 224...
224
const currentPath = paths.postView;
224
const currentPath = paths.groupEdit;
225
 
225
 
226
module.exports = {
226
module.exports = {
227
  entry: currentPath.entry,
227
  entry: currentPath.entry,
228
  output: {
228
  output: {
229
    path: currentPath.output,
229
    path: currentPath.output,
230
    filename: currentPath.filename,
230
    filename: currentPath.filename,
231
  },
231
  },
232
  watch: isDevelopment ? true : false,
232
  watch: isDevelopment ? true : false,
233
  mode: isDevelopment ? "development" : "production",
233
  mode: "development",
234
  resolve: {
234
  resolve: {
235
    extensions: [".js", ".jsx", ".scss"],
235
    extensions: [".js", ".jsx", ".scss"],
236
  },
236
  },