-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
hide chunks/warnings in storybook #560
Comments
I'm also struggling trying to hide those chunks and warnings. However @joscha regarding your specific warning, you could try and circumvent it by making webpack ignore this file.
|
Same, this is currently driving me nuts. I want to see warnings and errors; I never want to see chunk output. |
Yep. This is needed. I'm open for a PR for this. |
Did anyone achieve this issue's goal with @arunoda's suggestion? Nice plugin, but it doesn't silence Webpack's output, needs to be done manually. Which this issue is all about. Has anyone found a working solution? |
I think the output has been silenced for the default webpack config. If you're using a custom config, you might still run into this. Closing. |
Has anyone had any luck disabling the chunk display when running storybook with a warning, e.g.:
I tried
to no avail
The text was updated successfully, but these errors were encountered: