Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5072 Rev 5205
Línea 234... Línea 234...
234
    output: path.join(__dirname, 'public/react-bundles/impersonate'),
234
    output: path.join(__dirname, 'public/react-bundles/impersonate'),
235
    filename: 'impersonateBundle.js'
235
    filename: 'impersonateBundle.js'
236
  }
236
  }
237
}
237
}
Línea 238... Línea 238...
238
 
238
 
239
// change active path here
239
// change active path here  
Línea 240... Línea 240...
240
const currentPath = paths.accountSettings
240
const currentPath = paths.dashboard;
241
 
241
 
242
module.exports = {
242
module.exports = {
243
  entry: currentPath.entry,
243
  entry: currentPath.entry,