Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(es/minifier): minify.{keep_fnames,keep_classnames} should set both compress and mangle #7102

Merged
merged 2 commits into from Mar 21, 2023

Commits on Mar 20, 2023

  1. fix(es/minifier): minify.{keep_fnames,keep_classnames} shoud set both…

    … compress and mangle
    
    when minify.keep_fnames is true, compressing or mangling of function names should be prevented. same applies to minify.keep_classnames.
    
    - https://github.com/terser/terser#minify-options
    cyjake committed Mar 20, 2023
    Copy the full SHA
    b9f1f7b View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Copy the full SHA
    b1e5d06 View commit details
    Browse the repository at this point in the history