Skip to content

Commit e43f1a4

Browse files
committed
rename atom to electron
1 parent 69df24c commit e43f1a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/WebpackOptionsApply.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ WebpackOptionsApply.prototype.process = function(options, compiler) {
112112
new LoaderTargetPlugin("node-webkit")
113113
);
114114
break;
115-
case "atom":
115+
case "electron":
116116
var NodeTemplatePlugin = require("./node/NodeTemplatePlugin");
117117
var NodeTargetPlugin = require("./node/NodeTargetPlugin");
118118
var ExternalsPlugin = require("./ExternalsPlugin");
@@ -140,7 +140,7 @@ WebpackOptionsApply.prototype.process = function(options, compiler) {
140140
"screen",
141141
"shell"
142142
]),
143-
new LoaderTargetPlugin("atom")
143+
new LoaderTargetPlugin("electron")
144144
);
145145
break;
146146
default:

0 commit comments

Comments
 (0)