Skip to content

Commit

Permalink
[bundle][storage] Refine bundle definition (#5780)
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanyang committed Dec 4, 2021
1 parent 8d04184 commit cd5ad50
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions repo-scripts/size-analysis/bundle-definitions/storage.json
Expand Up @@ -216,5 +216,36 @@
]
}
]
},
{
"name": "getBytes",
"dependencies": [
{
"packageName": "firebase",
"versionOrTag": "latest",
"imports": [
{
"path": "app",
"imports": [
"initializeApp"
]
}
]
},
{
"packageName": "firebase",
"versionOrTag": "latest",
"imports": [
{
"path": "storage",
"imports": [
"getStorage",
"ref",
"getBytes"
]
}
]
}
]
}
]

0 comments on commit cd5ad50

Please sign in to comment.