We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9efda commit c706a9bCopy full SHA for c706a9b
bin/webpack-dev-server.js
@@ -266,7 +266,7 @@ function processOptions(wpOpt) {
266
console.log("webpack result is served from " + options.publicPath);
267
if(Array.isArray(options.contentBase))
268
console.log("content is served from " + options.contentBase.join(", "));
269
- else if (options.contentBase)
+ else if(options.contentBase)
270
console.log("content is served from " + options.contentBase);
271
if(options.historyApiFallback)
272
console.log("404s will fallback to %s", options.historyApiFallback.index || "/index.html");
0 commit comments