twolfson / karma-electron

Karma launcher and preprocessor for Electron
The Unlicense
59 stars 21 forks source link

[feature] option like 'require', but for renderer processes. #45

Closed trusktr closed 4 years ago

trusktr commented 4 years ago

The require option for karma-electron operates in the main process. But having one that requires stuff in the renderer processes might be useful (f.e. maybe I could find a way to hack the node require paths that way, which might help with https://github.com/twolfson/karma-electron/issues/44).

twolfson commented 4 years ago

I believe my response in https://github.com/twolfson/karma-electron/issues/44#issuecomment-596133385 has answered this. If not, please let me know