We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@astrojs/compiler
1.5.3
pnpm
Linux (NixOS)
Here's an example:
<p> A <span>B</span> C </p>
compressHTML
false
true
The whitespace is not removed if "B" is also text. I have several more examples in the repo I provided.
https://gitlab.com/wackbyte/astro-compress-html-removes-whitespace
The text was updated successfully, but these errors were encountered:
It seems that #809 may be the cause of this.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What version of
@astrojs/compiler
are you using?1.5.3
What package manager are you using?
pnpm
What operating system are you using?
Linux (NixOS)
Describe the Bug
Here's an example:
compressHTML
false
true
The whitespace is not removed if "B" is also text. I have several more examples in the repo I provided.
Link to Minimal Reproducible Example
https://gitlab.com/wackbyte/astro-compress-html-removes-whitespace
The text was updated successfully, but these errors were encountered: