When working on improving readability, I tend to use very long variable names which can increase the size of my JS files. I'm wondering if there are any tools or libraries available that can automatically change these long names to shorter ones?
I am interested in implementing these tools/libraries to reduce the size of JS code on my production website.
The main feature I am looking for in these tools is the ability to:
Convert var veryLooooongVariable
to var x