-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Update to terser v5 #235
Comments
Terser 5.2.x with support for optional chaining has been released now. |
https://github.com/ember-cli/broccoli-uglify-sourcemap/blob/master/lib/process-file.js#L51 |
This has been released in https://github.com/ember-cli/broccoli-uglify-sourcemap/releases/tag/v4.0.0 |
v5.0.0 of terser has been released.
This is important as 1) it's good to use the latest version of the production minifier and 2) nullish coalescing / optional chaining support will only be released in terser 5 which is needed to fix this other issue in
ember-cli
.The text was updated successfully, but these errors were encountered: