Reactfire causes multiple new files to be output by webpack #387
Unanswered
elliottfrusch
asked this question in
Q&A
Replies: 0 comments
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.
-
Has anyone come across this while using Reactfire and Webpack, where Webpack will emit a bunch of new files related to Firebase:
analytics.bundle.js
auth.bundle.js
database.bundle.js
functions.bundle.js
messaging.bundle.js
performance.bundle.js
remoteconfig.bundle.js
storage.bundle.js
vendors-node_modules_firebase_installations_dist_index_esm_js.bundle.js
and the corresponding .maps.
So far I have only added the provider and called useFirestore()
Is there a way to avoid this happpening?
Beta Was this translation helpful? Give feedback.
All reactions