Closed charlag closed 3 years ago
Nice catch! That definitely is an oversight for the reason you stated. Should be an easy fix, will have a look!
I seem to have having lots of difficulty getting Tutanota to work properly and can't easily debug it. I'd appreciate it if you could try the latest version of the master branch and let me know if it solves your problem.
Just tried it out on master, it seems to work, thanks!
Generally it's enough to
npm ci
node make prod
python3 -m http.server
firefox http://localhost:9000/build
Great! Will release later today. 🙂
Released in 0.18.2
!
Hi again!
We have such a piece of code generated now:
It fails on
require.dynamic()
becauserequire()
is not defined (it's not in the scope I think). Maybe another hoisting issue? Thanks!