Kevin Powell - CommunityKP-C
Kevin Powell - Communityโ€ข2y agoโ€ข
1 reply
_pangalan

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?
Was this page helpful?