SyntaxError: Unexpected token: punc «{», expected: punc «;»
creativeDM opened this issue · 1 comments
creativeDM commented
Its also failed to minify js using uglify
'scriptsMinify' errored after 112 ms
[12:26:10] GulpUglifyError: unable to minify JavaScript
Caused by: SyntaxError: Unexpected token: punc «{», expected: punc «;»
creativeDM commented
Issue solved myself, its not actually count up issue.
Its a modern javascript issue which is solved by browserify and babelify..
Closed