Upgrade minify to fix ES6 corruption issue. #8831
Milestone
Comments
There is no version with this patch as far as I can see. Can you ask upstream for a new tagged version? |
|
I've made the request. |
jmooring
added a commit
to jmooring/hugo
that referenced
this issue
Aug 2, 2021
bep
added a commit
that referenced
this issue
Aug 2, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Hugo are you using (
hugo version)?Does this issue reproduce with the latest release?
Requires an update of tdewolff/minify to a version released after 2021-07-29.
tdewolff/minify@9f73f9d
Problem
There was a regression in the minify library that corrupted ES6 format code in <script> tags.
tdewolff/minify#429
This has been resolved, and Hugo just needs to pull in the latest version of the library.
The text was updated successfully, but these errors were encountered: