We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I see in the base library you can with ENVIRONMENT variables... but do those translate into the ember plugin? DEBUG_COLORS
DEBUG_COLORS
The text was updated successfully, but these errors were encountered:
Looking through the source, it looks like you can disable colors by running debug.useColors = false; in the console or e.g. in your app.js.
debug.useColors = false;
app.js
If you have a use case for being able to set that as part of your build config, I'd happily accept a PR 🙂
Sorry, something went wrong.
No branches or pull requests
I see in the base library you can with ENVIRONMENT variables... but do those translate into the ember plugin?
DEBUG_COLORS
The text was updated successfully, but these errors were encountered: