Updated Debugging (markdown)

Lauri Ojansivu 2023-09-20 11:38:13 +03:00
parent 4fe6a2a6ea
commit 3603b0f434

@ -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
```