Skip to content
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

Document the environment variables in the README #9

Closed
Soviut opened this issue Feb 18, 2021 · 2 comments
Closed

Document the environment variables in the README #9

Soviut opened this issue Feb 18, 2021 · 2 comments

Comments

@Soviut
Copy link

Soviut commented Feb 18, 2021

I'm developing a Nuxt application inside a Docker container with a TTY connection tailing the logs. The fancy progress bars on build do not always render correctly so I wanted to disable them.

I wound up doing it the hard way by overriding the progress bar plugins in the webpack config, see here.

I only learned after the fact that the minimalCLI (which Nuxt uses to determine basic or fancy progress bars in the CLI) has environment variables that can force certain modes (eg: MINIMAL=1).

It would be really good to document the environment variables in the README.

@pi0
Copy link
Member

pi0 commented Aug 19, 2021

I love the idea of also generally document how each detection is working

@pi0
Copy link
Member

pi0 commented Nov 2, 2021

Added JSDocs for v3 explaining each flag.

@pi0 pi0 closed this as completed Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants