From 55a87f801b9152b72415fc9de0ef0f2be6c7092a Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 10 Apr 2025 19:43:16 +0200 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 5ecf2c679..4988e9fa0 100644 --- a/www/common/store-interface.js +++ b/www/common/store-interface.js @@ -4,7 +4,7 @@ (() => { 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?'; }