HenrikJoreteg / redux-bundler

Compose a Redux store out of smaller bundles of functionality.
https://reduxbundler.com
583 stars 46 forks source link

Configure debugBundle in composeBundles() #56

Closed malbonesi closed 5 years ago

malbonesi commented 5 years ago

Is it possible to configure the debug bundle while using composeBundles(), or does composeBundlesRaw() have to be used in that case, since createDebug() is being called already in composeBundles()?

HenrikJoreteg commented 5 years ago

Yeah, you have to use the raw one if you want to configure it.

On Sat, Jun 22, 2019, 12:56 malbonesi notifications@github.com wrote:

Is it possible to configure the debug bundle while using composeBundles(), or does composeBundlesRaw() have to be used in that case, since createDebug() is being called already in composeBundles()?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/HenrikJoreteg/redux-bundler/issues/56?email_source=notifications&email_token=AAAQSVOMPDB5DHB2ZJYD52TP3Z7YLA5CNFSM4H2XPCE2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G3DQJ4A, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAQSVPEMDAGJHAWQTF5PMTP3Z7YLANCNFSM4H2XPCEQ .

malbonesi commented 5 years ago

Got it - thank you!