We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a3163 commit a6c4971Copy full SHA for a6c4971
1 file changed
bin/webpack.js
@@ -8,7 +8,7 @@ var path = require("path");
8
// Local version replace global one
9
try {
10
var localWebpack = require.resolve(path.join(process.cwd(), "node_modules", "webpack", "bin", "webpack.js"));
11
- if(__filename != localWebpack) {
+ if(__filename !== localWebpack) {
12
return require(localWebpack);
13
}
14
} catch(e) {}
0 commit comments