-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webpack -- typings issue with firebase #1578
Comments
I had this exact issue and couldn't find a cleanly documented way to fix it. For the missing source warning you need to add
For the namespace problem you need to add the typings file for firebase like documented in the angularfire2 docs. I also needed to edit I know editing |
I had the same warning when using another npm dependency. I hope to see a solution to this soon. |
@TheLarkInn: I'm going to assign this to you. Even though this is Firebase's fault (to release sourcemaps without inline source), we will encounter many more libraries that make that mistake. I suggest we ignore all What do you think? |
I think we can do that. Do we have an issue to tie this too so we can track it on Firebase's side too? CC @davideast |
@moneal update, this worked perfectly. Thank you. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OS:
Versions:
Previously the build worked fine. Went through the steps to migrate to webpack and build cant find firebase. Here are the deps from my project
Console output:
The text was updated successfully, but these errors were encountered: