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

Outdated Terser causes a syntax issue when minify-ing code #1193

Closed
byCedric opened this issue Jun 4, 2024 · 0 comments · Fixed by #1213 · May be fixed by mobsuccess-devops/pmd-github-action#12
Closed

Outdated Terser causes a syntax issue when minify-ing code #1193

byCedric opened this issue Jun 4, 2024 · 0 comments · Fixed by #1213 · May be fixed by mobsuccess-devops/pmd-github-action#12

Comments

@byCedric
Copy link

byCedric commented Jun 4, 2024

We are trying to swap out node-fetch for undici, but unfortunately we are running into ncc compiling issues. Specifically, there is a patched issue with Terser removing parentheses for !(#test in this), causing the syntax issue.

Is it possible to release a patch version with a more up-to-date Terser, to include this fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment