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
fix(nuxt): Re-export all exported bindings (#14086)
This was brought up here:
#14064
Only the "root bindings" were exported, which led to not re-exported
functions that were imported from another file before they were exported
(like firebase `server`).
// The enclosing `if` already checks for the suffix in `source`, but a check in `resolution.id` is needed as well to prevent multiple attachment of the suffix
0 commit comments