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

'winston' logging module is *always* required and causes errors in browser context #130

Open
rmzg-ll opened this issue Sep 6, 2022 · 0 comments

Comments

@rmzg-ll
Copy link

rmzg-ll commented Sep 6, 2022

The winston module is always required even if logging isn't activated, which in turn has several dependencies that don't play well in the browser (such as colorizer and its various transport streams).

Solution: Move this to only be required if explicitly asked for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants