This commit is contained in:
Ashley //// 2024-02-03 21:36:58 +00:00
parent 01186ab9c8
commit 988a8ce97e

View file

@ -215,7 +215,7 @@ module.exports = function (app, config, renderTemplate) {
? fs.readFileSync(filePath, "utf-8")
: "";
})
.join("\n");
.join("\n" + "\n");
const minimizedJs = require("uglify-js").minify(combinedContent).code;