From d65fa17829b5497acc43b36afcbe6cac67c060e8 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Tue, 18 Feb 2020 23:52:52 +0100 Subject: [PATCH] UglifyJS -> Terser --- Frequently-Asked-Questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index a27b5d8..77acd87 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -145,7 +145,7 @@ You can build a minified version of PDF.js using the following command: `gulp minified` -We use UglifyJS to minify the JS files. It is known that other minifiers might break PDF.js code if advanced options are used (see [#710](https://github.com/mozilla/pdf.js/issues/710) or [#2479](https://github.com/mozilla/pdf.js/issues/2479)). It's safe to use minifiers, such as Google Closure Compiler, in whitespace/comments removal mode. +We use Terser to minify the JS files. It is known that other minifiers might break PDF.js code if advanced options are used (see [#710](https://github.com/mozilla/pdf.js/issues/710) or [#2479](https://github.com/mozilla/pdf.js/issues/2479)). It's safe to use minifiers, such as Google Closure Compiler, in whitespace/comments removal mode. ## Is there a pre-built version PDF.js available?