We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cd6c4e + 7a4dc0b commit 9f999a3Copy full SHA for 9f999a3
1 file changed
lib/webpack.js
@@ -16,7 +16,7 @@ function webpack(options, callback) {
16
}));
17
} else if(typeof options === "object") {
18
if(!options.entry && !options.plugins) {
19
- throw new Error("Passed 'options' object don't look like a valid webpack configuration");
+ throw new Error("Passed 'options' object does not look like a valid webpack configuration");
20
}
21
new WebpackOptionsDefaulter().process(options);
22
0 commit comments