I'm using express-uglify 0.3.1, (uses uglify-js 1.3.4) and I'm getting parse errors for every missing semicolon.
The doc : https://github.com/mishoo/UglifyJS/ mentions a strict_semicolons option, that apparently defaults to false.
How can I explicitely set it to false ?