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?1 Reply
https://parceljs.org/languages/css/#css-modules <-- maybe this could work?