From a62afd52088547622b934623bd97f3be3219c8ca Mon Sep 17 00:00:00 2001 From: Farooq Karimi Zadeh Date: Thu, 25 Jan 2024 19:34:37 +0330 Subject: [PATCH] add note about purpose of the application --- justkai.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/justkai.js b/justkai.js index c24e245..5a851a4 100644 --- a/justkai.js +++ b/justkai.js @@ -1,3 +1,11 @@ +/* + * When targeting Firefox 48, parcel builds both a nomodule build + * and a module build. But since the target is *only* Firefox 48, + * the module part is just a waste of space and of no use. + * This script removes the Javascript modules. + */ + + const htmlparser2 = require("htmlparser2"); const fs = require("node:fs");