The community member is asking if there is an easy way to output unminified HTML for static site generator (SSG) builds, while preserving comments and indentation in their JavaScript and CSS. They mention using prettier in their repository but are unsure where to configure it or use a custom build command. The comments suggest checking the project settings to see if minification is enabled, but this would only apply to CSS. The community members conclude that the minification is likely already disabled, but appreciate the suggestion.
Is there an easy way to output unminified HTML for SSG builds? If possible, I don't want to lose comments and the indentation I have in my JS and CSS featured in the page. I see use of "prettier" in the repository but not sure if there's an appropriate place I can put it in config or use a custom build command for my synced project locally.