During the build process, a handful of vocabularies from extra are removed due to being useless anyway, and to save space. However a number of other vocabs which rely on these vocabs (and are therefore also useless in the context of codewars) still remain, taking up space and potentially causing issues when a solver attempts to use a word from a vocabulary which appears to be there, but breaks due to a dependency not existing. These should also be removed.
During the build process, a handful of vocabularies from
extra
are removed due to being useless anyway, and to save space. However a number of other vocabs which rely on these vocabs (and are therefore also useless in the context of codewars) still remain, taking up space and potentially causing issues when a solver attempts to use a word from a vocabulary which appears to be there, but breaks due to a dependency not existing. These should also be removed.