Sorry to everyone who uses noStrudel. I broke the latest version... There is an issue that only shows up in the production build, I'll try to have a fix out tomorrow
PSA to all JavaScript developers. Be very carefully using top level await in your modules. Things might work in dev mode but when the app is bundled it can create promises that never resolve due to circular module imports. Even using async import()