From a805b30e8acd874d651317767df1200d6248d6b7 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 27 Jan 2022 01:50:17 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Viewer/doc/HACKS | 10 ++++++++++ 1 file changed, 10 insertions(+) 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...