Jeremy Harnois

Results 1 issues of Jeremy Harnois

Where `Module.js` is an ES6 module, ``` gulp.src('Module.js') .pipe(gulpTerser({module: true})) .pipe(gulp.dest('public/js')) ``` results in ``` SyntaxError in plugin "terser" Message: Unexpected token: eof (undefined) Details: filename: 0 ... ``` while...