You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Snackager is having some issues with the newer exports as opposed to main. This seems to be problematic for firebase and a few other libraries.
Unfortunately, this is a big change and requires a lot of changes in how Snackager is bundling things, and how the Website is resolving nested package content (e.g. import('firebase/app'))
What platform(s) does this occur on?
Android, iOS, Web
SDK Version
46
Reproducible demo or steps to reproduce from a blank project
TBD
The text was updated successfully, but these errors were encountered:
Summary
Snackager is having some issues with the newer
exports
as opposed tomain
. This seems to be problematic forfirebase
and a few other libraries.Unfortunately, this is a big change and requires a lot of changes in how Snackager is bundling things, and how the Website is resolving nested package content (e.g.
import('firebase/app')
)What platform(s) does this occur on?
Android, iOS, Web
SDK Version
46
Reproducible demo or steps to reproduce from a blank project
TBD
The text was updated successfully, but these errors were encountered: