Skip to content

Commit 2db059e

Browse files
committed
Merge pull request webpack#1420 from stephan83/master
Add native-image plugin to electron target
2 parents c97c3ab + 00b4c53 commit 2db059e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/WebpackOptionsApply.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ WebpackOptionsApply.prototype.process = function(options, compiler) {
137137
"clipboard",
138138
"crash-reporter",
139139
"screen",
140-
"shell"
140+
"shell",
141+
"native-image"
141142
]),
142143
new LoaderTargetPlugin(options.target)
143144
);

0 commit comments

Comments
 (0)