mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Use unminified build in dev mode
This commit is contained in:
parent
01440e82c6
commit
3664c4a3f3
@ -4,7 +4,8 @@
|
||||
|
||||
(() => {
|
||||
const factory = function () {
|
||||
let USE_MIN = false;
|
||||
let USE_MIN = true;
|
||||
if (localStorage.CryptPad_dev === "1") { USE_MIN = false; }
|
||||
|
||||
let path = '/common/worker.bundle.js?';
|
||||
if (USE_MIN) { path = '/common/worker.bundle.min.js?'; }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user