Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-01-27 01:50:17 +03:00
parent eb589f4eb9
commit a805b30e8a

View File

@ -2,6 +2,16 @@
Hacks and fixes 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: 20210122:
Marking changes twice on load... Marking changes twice on load...