trullock / NUglify

NUglify is a HTML, JavaScript and CSS minification Library for .NET (fork of AjaxMin + new features)
Other
396 stars 79 forks source link

Strict-mode does not allow assignment to undefined variables #272

Closed rochapablo closed 2 years ago

rochapablo commented 3 years ago

After minify, I get the following error

Strict-mode does not allow assignment to undefined variables: regeneratorRuntime

https://github.com/formium/tsdx/issues/1071 https://stackoverflow.com/questions/68801520

trullock commented 3 years ago

Re your SO post, is this actually an issue?

trullock commented 2 years ago

Closing this as non-issue. Reopen with justification if you think its valid