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
build: Fix minifier options for webpack builds (#78717)
### What?
Adjust the options for the SWC minifier to disable character frequency analysis for webpack builds correctly.
### Why?
#77887 only adjusted the option for rspack.
### How?
Follow-up of #77887
0 commit comments