Skip to content

Commit a6c4971

Browse files
committed
lint stuff
1 parent 04a3163 commit a6c4971

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/webpack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var path = require("path");
88
// Local version replace global one
99
try {
1010
var localWebpack = require.resolve(path.join(process.cwd(), "node_modules", "webpack", "bin", "webpack.js"));
11-
if(__filename != localWebpack) {
11+
if(__filename !== localWebpack) {
1212
return require(localWebpack);
1313
}
1414
} catch(e) {}

0 commit comments

Comments
 (0)