Closed jbinard closed 6 years ago
The last version of gulp-minify (3.1.0) uses es6 default function parameters. This feature is not available in node before version 6.0.0. If you use gulp-minify with a lower version, you will get the following error:
function parseExt(ext, byDefault = ".js") { ^
SyntaxError: Unexpected token =
The last version of gulp-minify (3.1.0) uses es6 default function parameters. This feature is not available in node before version 6.0.0. If you use gulp-minify with a lower version, you will get the following error:
function parseExt(ext, byDefault = ".js") { ^
SyntaxError: Unexpected token =