Skip to content

Commit b997118

Browse files
committed
Merge pull request webpack#1744 from v12/patch-1
Add missing Electron built-in modules
2 parents 1b9e880 + 0b9601e commit b997118

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)