feat: change the behavior of html minify
Description: disabled quotes & closed tag removal behavior in html minify
BREAKING CHANGE:
Related issue (if exists):
🦋 Changeset detected
Latest commit: a00c24634b563c53403275198973142f3523eaa0
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 3 packages
| Name | Type |
|---|---|
| @farmfe/core | Patch |
| @farmfe-examples/tailwind-next | Patch |
| @farmfe/js-plugin-tailwindcss | Patch |
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
Thanks!
CodSpeed Performance Report
Merging #2013 will create unknown performance changes
Comparing Huodoo:feat/changeHtmlMinifyBehavior (a00c246) with main (a785d6f)
Summary
:warning: No benchmarks were detected in both the base of the PR and the PR.\
Thanks for the PR, but there are still some things to do
- Execute
npx changesetin the project root directory and select@farmfe/coreto generate a changeset file, we upgrade the version number according to this file (and this change is considered to be a patch - Because the html generation has changed, the test snapshot needs to be updated. You can do this locally by running
pnpm run test -- --updateandFARM_UPDATE_SNAPSHOTS=1 cargo test.
Thanks for the PR, but there are still some things to do
- Execute
npx changesetin the project root directory and select@farmfe/coreto generate a changeset file, we upgrade the version number according to this file (and this change is considered to be a patch- Because the html generation has changed, the test snapshot needs to be updated. You can do this locally by running
pnpm run test -- --updateandFARM_UPDATE_SNAPSHOTS=1 cargo test.
Done
It seems that there is a problem with the ci of solid ssr example