Skip to content

Commit cd5ad50

Browse files
authored
[bundle][storage] Refine bundle definition (#5780)
1 parent 8d04184 commit cd5ad50

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

repo-scripts/size-analysis/bundle-definitions/storage.json

+31
Original file line numberDiff line numberDiff line change
@@ -216,5 +216,36 @@
216216
]
217217
}
218218
]
219+
},
220+
{
221+
"name": "getBytes",
222+
"dependencies": [
223+
{
224+
"packageName": "firebase",
225+
"versionOrTag": "latest",
226+
"imports": [
227+
{
228+
"path": "app",
229+
"imports": [
230+
"initializeApp"
231+
]
232+
}
233+
]
234+
},
235+
{
236+
"packageName": "firebase",
237+
"versionOrTag": "latest",
238+
"imports": [
239+
{
240+
"path": "storage",
241+
"imports": [
242+
"getStorage",
243+
"ref",
244+
"getBytes"
245+
]
246+
}
247+
]
248+
}
249+
]
219250
}
220251
]

0 commit comments

Comments
 (0)