We are considering implementing uglification and m...
# suitecommerce
s
We are considering implementing uglification and minification to extension JavaScript (like we do for core JavaScript) during SCEM activation. Do you have any concerns or feedback about this?
👀 1
s
Hi Steve! For debugging purposes it would be a good idea to have some sort of way to opt in/out from that process so developers could still test and debug things live (not locally) with an easy and readable code. Is that an option being explored?
👍 1
s
I can't answer that but I can pass it along.
👍 1
c
It would be nice to have a config setting to turn it off if desired and/or map files for debugging. Iirc, older SCA had a
--nouglify
setting for deployments.
m
Agree with Sebastian about having the capability to turn it on/off seems important for debugging.