Any Node.js Minifier supports Javascript Null-Coalescing operator (??)?

570 Views Asked by At

I am trying to minify javascript code, which contains many instances of the null-coalescing operator (??), however they all seem to throw Unexpected token: operator (?) error when parsing lines containing the ?? operator. Is there any updated library that works? I have tried the following:

gulp-uglify-es
terser
gulp-uglify
gulp-uglifyes
0

There are 0 best solutions below