Comment 1 for bug 1952681

Revision history for this message
Franco Luciano Forneron Buschiazzo (gtrkiller) wrote :

I was recently reviewing the code to fix the bug, and it seems the bug has already been fixed. The error on the pastebin link is triggered by trying to use uglifier as compressor for ES6 as seen here: https://www.rubydoc.info/gems/uglifier

When I went to inspect the code, I realized there already exists a patch to change the compressor from uglifier to terser (https://github.com/terser/terser). This patch is located in the build_scripts/terser.patch file and it is called correctly on the build_scripts/build_app file.

Should that mean this bug is fixed? Or am I missing something? Thank you :)