question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Really need a way to minimize/alter build output information

See original GitHub issue

What problem does this feature solve?

We’re developing an app that’s behind an enterprise authentication setup (ntlm) that doesn’t play well with the yarn dev server (and yes, several people on my team have tried to get around this problem, without long term success). As a result, instead of the preferred yarn serve, we use yarn build --watch during ongoing development. Unfortunately, after every update, the build process displays every chunk that has been generated, which completely pushes useful errors and warnings from the linter offscreen.

As of now, there is no way for a user to disable this build output. I’ve seen several requests to be able to disable/alter build logging, but it seems like the Vue-cli devs struggle to grasp a tangible example for when this would add substantial value to the user. I understand that–it is, of course, important to prioritize features based on actual value added, so I just wanted to create this issue to give a concrete example where being unable to suppress or minimize build output information substantially frustrates the dev experience. Instead of being able to leave the terminal open in a separate screen and glance at it for linting errors, I have to scroll the terminal back up a full page length every time I save to see any compilation warnings or errors.

What does the proposed API look like?

--verbosity-level none | minimal | debug | default

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:6
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
LinusBorgcommented, Jun 12, 2019

If I’m not mistaken, you should be able to use --silent right now, it’s just not public in the sense that it’s not documented.

Report back if the kind of output you get with it is ok.

0reactions
BevanRcommented, Oct 18, 2021

Another use case for this is a multi-tenanted application. We have a more-complex-than-usual vue.config.js that adds pages/entry-points for each tenant. Each build creates 2-5 entries per tenant in the stats output. With several dozen tenants the list of assets stats is huge. But we don’t care about that for local development.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Change the build output directory - Visual Studio (Windows)
Type in the path to generate output to (absolute or relative to the root project directory), or choose Browse to browse to that...
Read more >
Recovery Patterns of Codependence - CoDA.org
Minimize, alter, or deny how they truly feel. Perceive themselves as completely unselfish and dedicated to the well- being of others; Lack empathy...
Read more >
Back to Basic : Displaying detailed output of MSBuild in Visual ...
Question was how we can view the detailed of build in output window as shown in some ... And to be honest you...
Read more >
Montclair State University Digital Commons
people use different types of information to develop trust in ... research contributes to these results in two ways. First, in.
Read more >
SWM301 Flashcards - Quizlet
Develop project Charter. b. Create Work Breakdown Structure. c. Estimates costs d. Sequence Activities., QN=11 (8140) All of the following are outputs of ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found