Astro Remove Comments Integration
An Astro integration that removes HTML comments, JavaScript comments within
tags, and CSS comments within
tags from HTML files during the build process.
This integration helps optimize your static site by reducing file size and removing development-related comments, ensuring cleaner output for production.
Features
- Removes all HTML comments (e.g., ) from .html files.
- Removes single-line (//) and multi-line (/\
\/) JavaScript comments from \