From cd267609e167eb742835ad96f94de4847a297839 Mon Sep 17 00:00:00 2001 From: bogdan Date: Sun, 22 Oct 2023 11:34:37 +0200 Subject: [PATCH] compression policy changed in vite config --- WEBUI_SRC/quasar.config.js | 3 +++ components/webguiapp | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/WEBUI_SRC/quasar.config.js b/WEBUI_SRC/quasar.config.js index 43fb8f5..ea9fa7b 100644 --- a/WEBUI_SRC/quasar.config.js +++ b/WEBUI_SRC/quasar.config.js @@ -78,7 +78,10 @@ module.exports = configure(function (/* ctx */) { [ "vite-plugin-compression2", { + algorithm: "gzip", + skipIfLargerOrEqual: false, deleteOriginalAssets: true, + threshold: 1024, filename: "[path][base]", }, ], diff --git a/components/webguiapp b/components/webguiapp index 3244ac8..3233d82 160000 --- a/components/webguiapp +++ b/components/webguiapp @@ -1 +1 @@ -Subproject commit 3244ac8eb9501f2c558f152c0da8a75530c6b77e +Subproject commit 3233d823d03a26837d4232f62431f130be2f44be