Use minified build

This commit is contained in:
yflory 2025-04-10 19:43:16 +02:00
parent 3fd917d35d
commit 55a87f801b

View File

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