
I'm building a mod using Typescript and compiling down to one single file, but i have to minify it otherwise the endfile will be full of junk from webpack, i already have the first version merged, but i wasnt using multiple files, but my mod is growing and I'm a Senior developer and tought that was going to be easier for me to keep separated files and etc. my question is, a minifyd script file is bad ? coz i saw the "best pratices" on github for roll20 mods and said to keep clean and readable, now i'm afraid of not getting it past coz of the minify. ( I'm new to moding of any form )
ps.: i kwno that mimified files are bad for debuggin