While working on a Bluesky client mod, I kept on having modules resolve to ID 61215. This seemed strange, so I looked into it and found out that a majority of the site is being bundled into a singular Webpack module!
I'm not an expert on Webpack so I can't say how this impacts performance, but it certainly doesn't seem like intended behavior. I'm unsure if this is caused by a Bluesky app config or something upstream in Expo.
There are roughly ~1000 modules total, some of which seem to be lazy loaded. Opening the entrypoint chunk in a text editor shows the modules (formatted with Prettier):
While working on a Bluesky client mod, I kept on having modules resolve to ID
61215
. This seemed strange, so I looked into it and found out that a majority of the site is being bundled into a singular Webpack module!I'm not an expert on Webpack so I can't say how this impacts performance, but it certainly doesn't seem like intended behavior. I'm unsure if this is caused by a Bluesky app config or something upstream in Expo.
There are roughly ~1000 modules total, some of which seem to be lazy loaded. Opening the entrypoint chunk in a text editor shows the modules (formatted with Prettier):
Build info:
Build version: 1.94.0; Bundle info: 3c30bb1 (prod); Bundle date: 24111623; Platform: web; Platform version: undefined
with scriptmain.d1fb63af.js
.