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
{{ message }}
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.
I have a problem where I can't load a javascript module outside the packaged electron app.
Here is my code
It works fine in both development and production mode. But when I start to use electron-compile, it only works in dev mode.
I tried using
addBypassChecker((filePath) => true);
as mentioned in #199 but no luck.Is there any way to solve this? Thanks
The text was updated successfully, but these errors were encountered: