You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may be out of the scope of the docs, but I haven't found any inspiration in the various middleware/scaffolding/example repos, either.
In my case, I've just switched react-router config to lazily-load sub-apps via require.ensure, and I'm trying to figure out how to bundle the sub-app's actions and reducers with the lazily loaded chunks rather than with the shared bundle.
The text was updated successfully, but these errors were encountered:
It may be out of the scope of the docs, but I haven't found any inspiration in the various middleware/scaffolding/example repos, either.
In my case, I've just switched
react-router
config to lazily-load sub-apps viarequire.ensure
, and I'm trying to figure out how to bundle the sub-app's actions and reducers with the lazily loaded chunks rather than with the shared bundle.The text was updated successfully, but these errors were encountered: