You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever i have a remote.require(), the filepath will never get resolved, as it's really resoving it from top level main.js, and Destiny is trying to resolve it from where it's called.
would it be possible to add an exclution in the regular expression for 'remote.require' ?
By now there's no way to do this with Destiny.
But some work is in progress to resolve "non-vanilla" imports (see #123). I'll add this case to #123 to keep everything in the same place and close this issue.
Thank you for pointing this out.
I'm using Electron with React.
Whenever i have a remote.require(), the filepath will never get resolved, as it's really resoving it from top level main.js, and Destiny is trying to resolve it from where it's called.
would it be possible to add an exclution in the regular expression for 'remote.require' ?
Sample import:
The text was updated successfully, but these errors were encountered: