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

Pass webkit flag down to UglifyJS #575

Merged
merged 1 commit into from
May 16, 2024
Merged

Pass webkit flag down to UglifyJS #575

merged 1 commit into from
May 16, 2024

Conversation

domenikk
Copy link
Contributor

@domenikk domenikk commented Mar 8, 2023

UglifyJS 3 supports the following flag, which fixes some issues on Safari:

webkit (default: false) — enable workarounds for Safari/WebKit bugs. PhantomJS users should set this option to true

Currently grunt-contrib-uglify ignores this option when constructing minifyOptions for UglifyJS; this PR fixes that.

@XhmikosR XhmikosR merged commit e8003dd into gruntjs:main May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants