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
Describe the bug
The size of node_modules increased by more than 200%, the size of the docker image increased by around 50% between v0.10.5 and v0.11.0-beta.1.
As mentioned in PrismarineJS/node-minecraft-protocol#978 (comment) download times of new docker images should not be affected too much as docker images are compressed and the relevant package minecraft-data is highly compressable.
They seem to get uncompressed as soon as they are downloaded, but that shouldn't be too much of an issue then the more I think about i. If I remove all unused/ old images and never have to run a lot of different versions of my software at the same time, those 70MB should not cause any issues.
PrismarineJS/node-minecraft-data#185 aims to publish the compressed files and to decompress them at runtime. I'll keep this issue open until that issue is closed either by a fix or because it is unreasonable.
Describe the bug
The size of
node_modules
increased by more than 200%, the size of the docker image increased by around 50% betweenv0.10.5
andv0.11.0-beta.1
.Environment:
v0.10.5
andv0.11.0-beta.1
Additional context
I suppose minecraft-protocol has a lot of dependencies. I will create an issue in that repository as soon as I've confirmed that.
Before:
After:
The text was updated successfully, but these errors were encountered: