You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it which is fine, but if we look inside js bundle, we will find the original class names like: l.locals={cardemo:"n738w"};
is there anyway to optimize everything? I mean, in the final project, there's a huge difference. I'd do some regex and change every class name or selector by myself, however, I don't think it's necessary I guess.
The text was updated successfully, but these errors were encountered:
I don't know if this is a bug or it is what it is, but if we pack with:
something simple as
the produced bundle will be something like
.n738w { background: black; color: white; width: 400px; height: 400px; }
it which is fine, but if we look inside js bundle, we will find the original class names like:
l.locals={cardemo:"n738w"};
is there anyway to optimize everything? I mean, in the final project, there's a huge difference. I'd do some regex and change every class name or selector by myself, however, I don't think it's necessary I guess.
The text was updated successfully, but these errors were encountered: