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");