From 3603b0f4347f6e04a8609ff232e853eb6c1e763b Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 20 Sep 2023 11:38:13 +0300 Subject: [PATCH] Updated Debugging (markdown) --- Debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debugging.md b/Debugging.md index 8190e66..a95e14c 100644 --- a/Debugging.md +++ b/Debugging.md @@ -5,7 +5,7 @@ This can happen, when there is too much or incompatible code at browserside, for To fix it: 1. Move ExcelJS from browserside to run at serverside https://github.com/wekan/wekan/pull/3871 -2. Use Bundle Visualizer to see what is the size of dependencies, and try what can be moved to serverside like at step 1: +2. Use Bundle Visualizer to see what is the size of dependencies, and try what can be moved to serverside like at step 1, that bundle visualizer is used in this script https://github.com/wekan/wekan/blob/master/rebuild-wekan.sh ``` meteor run --exclude-archs web.browser.legacy,web.cordova --port 4000 --extra-packages bundle-visualizer --production 2>&1 | tee ../log.txt ```