HookyQR / VSCodeMinify

Add minify function to VSCode 0.10+
53 stars 20 forks source link

Optional chaining error #62

Open humbldump opened 2 years ago

humbldump commented 2 years ago

UglifyJs throwing

Error : Unexpected token: punc (.)

on Optional chaining operator

bgoewert commented 2 years ago

Is this project maintained anymore?

UglifyJS has supported this new optional chaining operator since v3.13.6. It looks like the minify package is on v3.4.10? https://github.com/mishoo/UglifyJS/releases/tag/v3.13.6