We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b1bef2 commit 5611999Copy full SHA for 5611999
1 file changed
lib/webpack.js
@@ -149,7 +149,7 @@ export default class WebpackRunner {
149
return webpackConfigs;
150
}
151
152
- console.log( "" );
+ console.log();
153
154
this.#printCompilationStart();
155
@@ -421,7 +421,7 @@ export default class WebpackRunner {
421
422
423
#printCompilationReport ( error ) {
424
425
426
const info = [];
427
0 commit comments