olback / es6-css-minify

Easily minify CSS and JavaScript in VS Code
https://marketplace.visualstudio.com/items?itemName=olback.es6-css-minify
MIT License
47 stars 13 forks source link

Problem with Javascript minimization #148

Closed dbaja70 closed 2 years ago

dbaja70 commented 2 years ago

When I tried to minimize the code that contained the command:

let tmpdim = data[a].artDimenzije ?? "";

I got a message about an unexpected operator ?

olback commented 2 years ago

Duplicate of #119