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
Sebastian Alexis Gonzalez
06/09/2025, 5:27 PM
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
Steve Goldberg
06/09/2025, 5:32 PM
I can't answer that but I can pass it along.
👍 1
c
Chris
06/09/2025, 7:00 PM
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
Marvin
06/10/2025, 6:50 AM
Agree with Sebastian about having the capability to turn it on/off seems important for debugging.