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
by default UglifyJs will mangle only local variables. and give an option to mangle props with --mangle-props --mangle-regex "[a-z][a-zA-Z0-9]_$", How could I use this feature in webpack with UglifyJsPlugin?
by default UglifyJs will mangle only local variables. and give an option to mangle props with
--mangle-props --mangle-regex "[a-z][a-zA-Z0-9]_$", How could I use this feature in webpack with UglifyJsPlugin?