-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Cannot use it on ReactJs , #925
Comments
Same issue here! |
|
Using webpack... no polyfill for I get the following with Webpack:
|
If I use |
@bradisbell I'd guess you are importing the winston in a browser environment, which winston is not supporting right now (see #582). |
@bradisbell, also see #287. I'm looking for something similar. Curious to know if you found anything that did the trick for you? |
@jeanabraham I just wrote my own. The core functionality of Winston can be replicated quite quickly. |
|
# creating a simple winston variable and calling the log function from it shows the errors bellow
The text was updated successfully, but these errors were encountered: