madskristensen / BundlerMinifier

Visual Studio extension
Other
611 stars 171 forks source link

Update NUglify NuGet to Latest #597

Closed mattmentrup closed 5 months ago

mattmentrup commented 1 year ago

Updated NUglify to the latest version, 1.20.6, due to a Null Coalescing causing an error while parsing.

Originally this was to fix issues I am having on my work machine and trace them down to the null coalescing operator. However, when attempting to replicate the problems at home, the null coalescing operator is not giving me the same issues at work. At work, updating NUglify to the latest version corrected the problem.