Results 2 comments of fisher

It works fine with gulp 4.0, the contents of the file **gulpfile.js** are as follows: ``` const { series, src, dest, watch, parallel } = require('gulp'); const babel = require('gulp-babel');...

> @fishen This above didn't work for me. Eventually the only thing that worked is to define tasks as so: > `task('compile', compile /* The compile function */);` > and...