Closed TheIndra55 closed 1 year ago
Just fixed 🎉 , please re-install Minify, is it works for you?
I've done npm remove minify -g
and then installed it again, i've also tried npm update -g
but it still seems to happen.
Is there a way to make sure I'm on the latest version of the dependencies?
Just made fix, please try again. Is it works for you?
This issue has been resolved in the recent version.
Thanks for the fix!
We're running into an issue where minify executes a function before it should.
I've made a small repro from our code
This produces the following minified code:
The
checkDomain
function is called before the string operation is done ondomain
.