Right now in the code splitting branch reducers aren't code split as they're defined in reducers/index and they in turn import ACTION_TYPES from action creators so actions also aren't code split.
POC https://github.com/60frames/react-boilerplate/tree/code-splitting-reducer