Skalman/UglifyJS-online

Update to support modern JS like Optional Chaining

YenHub opened this issue · 2 comments

Scope

When attempting to minify javascript which contains modern operators, such as Optional Chaining, you are given an error:-

image

Solution

UglifyJS as of 3.13.6 supports optional chaining

Updating the version we're using here will resolve the issue 😄

bump. Please update this...

This has been fixed in #18.