turn off debug for default config

This commit is contained in:
William Welling
2017-07-13 11:41:21 -05:00
parent 41cda802ec
commit 35e8bbf105

View File

@@ -26,5 +26,5 @@ module.exports = {
// replay will transfer an array of actions to browser, actions replay automatically // replay will transfer an array of actions to browser, actions replay automatically
prerenderStrategy: 'rehydrate', prerenderStrategy: 'rehydrate',
// NOTE: will log all redux actions and transfers in console // NOTE: will log all redux actions and transfers in console
debug: true debug: false
}; };