TidGi-Desktop/docs/internal/NodeDependency.md
2023-06-23 17:29:17 +08:00

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.