Currently there is a bug in Terser (see https://github.com/terser/terser/issues/546) where BigInts are not respected when minimizing the source code. This will cause the builds to use regular Numbers which will not work for large passwords (roughly 8 characters).
Currently there is a bug in Terser (see https://github.com/terser/terser/issues/546) where BigInts are not respected when minimizing the source code. This will cause the builds to use regular
Number
s which will not work for large passwords (roughly 8 characters).