My javascript files are throwing errors, because some functions are not loaded correctly, but only in the minified version.
Can anybody give me tips on how to find pieces of code that can create errors in "translation"
so I can find those pieces and test if these are the "bad"
ones?
I would do it the other way around but my files are up to 10 000 lines big so it's quite a hassle to debug those files.
PS: I am using gulp-minify@3.1.0
with terser@3.8.2
.