mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
removed the concept of prerender strategies. rehydrate is the default now
This commit is contained in:
@@ -29,10 +29,6 @@ module.exports = {
|
||||
},
|
||||
// Log directory
|
||||
logDirectory: '.',
|
||||
// NOTE: rehydrate or replay
|
||||
// rehydrate will transfer prerender state to browser state, actions do not need to replay
|
||||
// replay will transfer an array of actions to browser, actions replay automatically
|
||||
prerenderStrategy: 'rehydrate',
|
||||
// NOTE: will log all redux actions and transfers in console
|
||||
debug: false
|
||||
};
|
||||
|
Reference in New Issue
Block a user