Use minified build

This commit is contained in:
yflory 2025-03-21 18:28:50 +01:00
parent 71dd9592e6
commit a424542352

View File

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