Fixes build errors related to tinyify/uglify that kept on occurring, namely on mercury - the https://meta.decent.chat production server!! - and, sometimes, my local machine.
Oh, and I removed dependency-check and the __kb display after builds too because we don't really need them and nobody likes bloat.
CC @TheInitializer - this removes the rm dist/*; part of the build step so it should start working on Windows now, please test.
Fixes build errors related to tinyify/uglify that kept on occurring, namely on mercury - the https://meta.decent.chat production server!! - and, sometimes, my local machine.
Oh, and I removed
dependency-check
and the__kb
display after builds too because we don't really need them and nobody likes bloat.CC @TheInitializer - this removes the
rm dist/*;
part of the build step so it should start working on Windows now, please test.