excubo-ag / WebCompiler

Apache License 2.0
149 stars 30 forks source link

Please update NUglify to latest version to fix bug resolved in new NUglify version #40

Closed sdaves closed 3 years ago

sdaves commented 3 years ago

The previous NUglify version has a nasty bug where it thinks properties are duplicates.

https://github.com/trullock/NUglify/issues/264

I requested they release a new nuget, and then you can update your dependency when they release:

https://github.com/trullock/NUglify/issues/269

Thanks!

stefanloerwald commented 3 years ago

Hi @sdaves,

Thank you for this PR. We update all our packages using internal tooling, which also takes care of the WebCompiler version. We use dependabot to get update notifications, so you normally get out a new version of WebCompiler at most one working day after a package dependency has been updated.

If that doesn't happen, please just ping me and I'll try to take care of it.

Thanks Stefan

sdaves commented 3 years ago

Thanks Stefan!