diff --git a/Viewer/doc/HACKS b/Viewer/doc/HACKS index 244d4983..c49f2c9f 100644 --- a/Viewer/doc/HACKS +++ b/Viewer/doc/HACKS @@ -2,6 +2,16 @@ Hacks and fixes =============== +20220126: +- node_modules/requirejs/bin/r,js: + Under Electron v14+ requirejs breaks with a SyntaxError on the + first char of r.js ('#!/...') -- a hackish way to fix this is to + comment it out, not yet sure why is this happening... + +- cfg/requirejs.js: + .baseUrl calculation under U*IX systems needs a '/' prefixed... + + 20210122: Marking changes twice on load...