Jhernandez has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/372553 )

Change subject: Chore: hide client bundling start and finish logs
......................................................................


Chore: hide client bundling start and finish logs

When watching, don't print bundling status messages. Before
(`npm -s start`):

  webpack output is served from /
  Server started on http://localhost:3000/

  webpack: Compiled successfully.
  webpack: Compiling...

  webpack: Compiled successfully.

After:

  Project is running at http://localhost:8080/
  webpack output is served from /
  Server started on http://localhost:3000/

Change-Id: I35a71303f0025b72e0fe0205f6ed0979002e0050
---
M webpack.config.js
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Jhernandez: Verified; Looks good to me, approved



diff --git a/webpack.config.js b/webpack.config.js
index 374d863..b2b434b 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -77,6 +77,9 @@
         // Log warnings and errors in the browser console.
         clientLogLevel: "warning",
 
+        // Hide bundling start and finish messages.
+        noInfo: true,
+
         // Show warnings and errors as an obtrusive opaque overlay in the
         // browser.
         overlay: { warnings: true, errors: true },

-- 
To view, visit https://gerrit.wikimedia.org/r/372553
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I35a71303f0025b72e0fe0205f6ed0979002e0050
Gerrit-PatchSet: 2
Gerrit-Project: marvin
Gerrit-Branch: master
Gerrit-Owner: Niedzielski <[email protected]>
Gerrit-Reviewer: Jhernandez <[email protected]>
Gerrit-Reviewer: Sniedzielski <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to