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

Cant minify js files with logical nullish assignment (??=) #144

Closed BVazquezAlvarez closed 2 years ago

BVazquezAlvarez commented 2 years ago

Describe the bug When a Javascript file contains a logical nullish assignment (??=) inside the minifier throws an error

To Reproduce

  1. Go to a Javascript file
  2. Insert a logical nullish assignment in that file
  3. Try no minify it
  4. Throws error
    "[Errors]: 1
    • Unexpected token: operator (?)"

Desktop:

olback commented 2 years ago

Duplicate of #119