Replies: 1 comment
-
I've just realized I have treeshaking on and webpack tree-shaked |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I build my app using
react-redux-firebase
with webpack, the authentication is not initialized, I can't see@@reactReduxFirebase/AUTHENTICATION_INIT_STARTED
etc. in redux devtools. If I run development build with webpack devserver, everything works fine. Did anyone have the same problem? It doesn't matter if the app is build wihtNODE_ENV=production
orNODE_ENV=development
.Beta Was this translation helpful? Give feedback.
All reactions