pangalan1
KPCKevin Powell - Community
•Created by pangalan1 on 8/1/2024 in #os-and-tools
How to uglify code on build using Parcel?
I'm trying to uglify all my code in /dist after build (this is different from minification) so that the classes, variable names are shortened. Ex.
.footer_list
to .a
. Or clr-red-500
to s
. Is there any way do it using parcel?2 replies