The pour command now puts all functions in one file without checking if the functions are actually used.
With the help of tree shaking it would cut down the size of the binary.
In addition to this maybe in the future have a cleanup command that removes any unused modules from the shared dir.