notes -- working on updating to the latest electron (and other libs)...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-10-14 19:13:52 +03:00
parent 817dc61c9b
commit df1c389333

View File

@ -96,6 +96,8 @@ var setup = function(require, root){
global.requirejs = global.requirejs =
res.requirejs = res.requirejs =
global.requirejs global.requirejs
// XXX this breaks for electron version 15...
// the problem seems to be the "#!/..." at the start of r.js...
|| require('requirejs') || require('requirejs')
global.nodeRequire = global.nodeRequire =