Currently, consuming the library pollutes node_modules with over 100MB of data that most of the time is never actually used.
A simple way to largely reduce this would be splitting the platforms like so:
minecraft-data@pc (Independent)
minecraft-data@bedrock (Independent)
minecraft-data (Depends on both)
Currently, consuming the library pollutes
node_moduleswith over 100MB of data that most of the time is never actually used.A simple way to largely reduce this would be splitting the platforms like so:
minecraft-data@pc(Independent)minecraft-data@bedrock(Independent)minecraft-data(Depends on both)