storybook-addon-html
storybook-addon-html copied to clipboard
CSS is being minified on build-storybook
Hey there! I've been battling with this for a bit and I am stumped on how to move forward. When we are running the storybook in development, all of our code looks great in the HTML addon and looks as clean as we want it. On build-storybook, the CSS is shrunk down to one line and we have no control of it. This only seems to be impacting the CSS. Example:

Any tips on how we can configure the addon to show the CSS whitespace?
Hi @calebsmithdev! Were you able to resolve this?
Hey! We decided it was an acceptable problem and just made it clear to the team to format the CSS separately on their own, as needed.
Let me know if you have the same issue after upgrading to version 5 of the addon. I'll close this for now.