Closed edoardocavazza closed 8 months ago
Latest commit: 550fdcbf8786e24ce75733493ab25575ff675662
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Attention: Patch coverage is 73.33333%
with 8 lines
in your changes are missing coverage. Please review.
Project coverage is 91.54%. Comparing base (
d745e14
) to head (550fdcb
).
Files | Patch % | Lines |
---|---|---|
packages/esbuild-plugin-html/lib/index.js | 73.33% | 8 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR adds support for HTML minification through the
htmlnano
module. Please note thathtmlnano
is not bundled with the plugin, users will need to install the dependency themselves in order to enable HTML minification.It should fix #158.