Skip to content

v0.4.2 — Fix mobile bundle crash

Pre-release
Pre-release

Choose a tag to compare

@richardbowman richardbowman released this 17 May 15:00

Fixes 'failed to load' on Obsidian Mobile by stubbing Node.js built-in modules (child_process, fs, os, path, etc.) before bundle initialization. The SDK and ThreadsView import these at module level, which crashed before any Platform.isMobile check could run. Stubs only activate on mobile — desktop is unaffected.