mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
410 B
410 B
Node Dependency
Using node related dependency in scripts that will loaded in to preload script will cause error ReferenceError: __dirname is not defined and Uncaught TypeError: Cannot destructure property 'descriptors' of 'window.service' as it is undefined..
What you need to do is separate ts file that requires node dependencies, from ts file that only use things available in browser environments.