madskristensen / BundlerMinifier

Visual Studio extension
Other
611 stars 171 forks source link

How to force the *dotnet CLI tool* (**dotnet bundle**) to use the latest *NUglify* version #568

Closed rpgkaiser closed 2 years ago

rpgkaiser commented 2 years ago

Installed product versions

Description

The minifier is failing to minify JavaScript code with blocks containing a single statement, corresponding to a const declaration, like if (a) { const b = f2.foo( { } ); } Using the latest version of the NUglify library, this issue doesn't happen. So, is there any way to force the dotnet bundle tool to use the latest version of NUglify?

Thanks.

rpgkaiser commented 2 years ago

Never mind. What we really need is to update to the latest NUglify, like issue #596 suggest.

Gruski commented 1 year ago

Over a year later and still no update to latest Nuglify. How did you solve your issue?

rpgkaiser commented 1 year ago

I just dropped this and used gulp instead.