Imports modules in main electron process from cdv-electron-modules.json#135
Imports modules in main electron process from cdv-electron-modules.json#135zorn-v wants to merge 1 commit into
Conversation
Codecov Report
@@ Coverage Diff @@
## master #135 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 14 14
Lines 612 612
=====================================
Hits 612 612Continue to review full report at Codecov.
|
|
@zorn-v do you have a working setup on how to inject other files into the main process with the current version right now? Or are you adjusting |
|
I'm just use |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #135 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 14 14
Lines 612 612
=========================================
Hits 612 612 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Motivation and Context
This allow inject modules by plugins in main electron process for making IPC channel for communication between main and renderrer processes for example.