Our internal designers use HTML comments to give instruction to external designers who use the HTML Preview contents in their design (copy/paste).
The issue is that the static build strips all html comments while using npm run storybook leaves them in (this caused some confusion with our internal designers).
I'm hoping there's a way to instruct Storybook to leave these comments in place after the static build?
Our internal designers use HTML comments to give instruction to external designers who use the HTML Preview contents in their design (copy/paste).
The issue is that the static build strips all html comments while using
npm run storybook
leaves them in (this caused some confusion with our internal designers).I'm hoping there's a way to instruct Storybook to leave these comments in place after the static build?
If I'm just blind, I apologize!