VSCodeMinify icon indicating copy to clipboard operation
VSCodeMinify copied to clipboard

Optional chaining error

Open humbldump opened this issue 3 years ago • 1 comments

UglifyJs throwing

Error : Unexpected token: punc (.)

on Optional chaining operator

humbldump avatar Sep 25 '21 13:09 humbldump

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

bgoewert avatar Oct 18 '21 14:10 bgoewert