From a424542352702c0ca45c8410ee8367299fb88ff1 Mon Sep 17 00:00:00 2001 From: yflory Date: Fri, 21 Mar 2025 18:28:50 +0100 Subject: [PATCH] Use minified build --- www/common/store-interface.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/store-interface.js b/www/common/store-interface.js index 8e7f73d92..52ab2c7ab 100644 --- a/www/common/store-interface.js +++ b/www/common/store-interface.js @@ -1,6 +1,6 @@ (() => { const factory = function () { - let USE_MIN = false; + let USE_MIN = true; let path = '/common/worker.bundle.js?'; if (USE_MIN) { path = '/common/worker.bundle.min.js?'; }