Add a lifecycle to handle html code before generate html file #971
zhaoyiming0803
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a need to compress HTML files.
But at present, I can only read the html file in
generated lifecycle
, then compress the code, and finally write the file again.If I can avoid reading and writing files, but compress html codes before generate html file, building efficiency will be high.
Beta Was this translation helpful? Give feedback.
All reactions