From df1c38933379d2b32b5f4fa75743008a3a21a46c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 14 Oct 2021 19:13:52 +0300 Subject: [PATCH] notes -- working on updating to the latest electron (and other libs)... Signed-off-by: Alex A. Naanou --- Viewer/cfg/requirejs.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Viewer/cfg/requirejs.js b/Viewer/cfg/requirejs.js index 7eb3ec1e..9fbc6e12 100644 --- a/Viewer/cfg/requirejs.js +++ b/Viewer/cfg/requirejs.js @@ -96,6 +96,8 @@ var setup = function(require, root){ global.requirejs = res.requirejs = global.requirejs + // XXX this breaks for electron version 15... + // the problem seems to be the "#!/..." at the start of r.js... || require('requirejs') global.nodeRequire =