Skip to content

Commit 0b9601e

Browse files
committed
Add missing Electron built-in modules
Add `ipc-renderer` and `ipc-main` to the list of Electron's external modules
1 parent 1b9e880 commit 0b9601e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/WebpackOptionsApply.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ WebpackOptionsApply.prototype.process = function(options, compiler) {
135135
"electron",
136136
"global-shortcut",
137137
"ipc",
138+
"ipc-main",
138139
"menu",
139140
"menu-item",
140141
"power-monitor",
@@ -169,6 +170,7 @@ WebpackOptionsApply.prototype.process = function(options, compiler) {
169170
"electron",
170171
"global-shortcut",
171172
"ipc",
173+
"ipc-renderer",
172174
"menu",
173175
"menu-item",
174176
"power-monitor",

0 commit comments

Comments
 (0)