-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suppress verbose build output #3487
Conversation
The "CircleCI" errors seem unrelated to this PR » |
I've changed the PR base to Please also document this option |
Codecov Report
@@ Coverage Diff @@
## master #3487 +/- ##
==========================================
+ Coverage 37.42% 37.42% +<.01%
==========================================
Files 455 455
Lines 10296 10295 -1
Branches 911 912 +1
==========================================
Hits 3853 3853
+ Misses 5915 5910 -5
- Partials 528 532 +4
Continue to review full report at Codecov.
|
Please update config for app/mithril |
Awesome work, thank you @bmson ! 👏 |
Suppress verbose build output # Conflicts: # app/mithril/src/server/config/webpack.config.js
Was this only applied to the |
It should work for both in V5 I think! Can you help us test? |
Issue: #1872
What I did
This is bit of a stab in the dark to address the output noice in Storybook.
Added
--quiet
to the CLI command list, so we can conditionally load thewebpack.ProgressPlugin
.How to test
yarn test --cli