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?'; }