Skip to content

Commit

Permalink
fix(firebase): improve externalization
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 12, 2022
1 parent d9c0cd0 commit e2a7828
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions meta/packages.ts
Expand Up @@ -125,10 +125,14 @@ export const packages: PackageManifest[] = [
external: [
'firebase',
'firebase/app',
'firebase/database',
'firebase/firestore',
],
globals: {
'firebase': 'firebase',
'firebase/app': 'firebase',
'firebase/database': 'firebase',
'firebase/firestore': 'firebase',
},
},
{
Expand Down

0 comments on commit e2a7828

Please sign in to comment.