mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
Use minified build
This commit is contained in:
parent
71dd9592e6
commit
a424542352
@ -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?'; }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user