-
Notifications
You must be signed in to change notification settings - Fork 930
Possible Mismatch with Typings and Browser Bundles? #716
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
Comments
Hey there! I couldn't figure out what this issue is about, so I've labeled it for a human to triage. Hang tight. |
Hmmm this issue does not seem to follow the issue template. Make sure you provide all the required information. |
Previous bug with exact same issue was closed: #47 |
Rollup Config is:
|
@gauntface check this issue also opened yesterday: #715 Basically the scoped packages don't work yet, you need to import from |
@gauntface I know we had some issues w/ our typings can you try installing |
@gauntface are you still facing the issue with the latest firebase version ? |
I think I had to drop Firebase or take some other approach for my project, so no idea if this is an issue still or not sorry. Feel free to close it. |
When build a Firebase project using Typescript, I'm outputting a ESModules bundle (which works fine) and then run that through Rollup to generate a final browser bundle.
At the moment Rollup is outputting the following error:
The Typescript code this relates to is simply:
Firebase 4.13.1
Any ideas what might be causing this? Seems that ionic have been having this for some time: angular/angularfire#565 where a workaround is to basically exclude firebase from the rollup build and import as a global asset :(
The text was updated successfully, but these errors were encountered: