mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 10:41:02 -08:00
5 lines
410 B
Markdown
5 lines
410 B
Markdown
# 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.
|