I\'m trying to use the gulp-mocha module but can\'t figure out a good way to pass over the compilers flag. Is there a way to include this in my gulp task? Maybe in a separate
Use require('babel-core/register'); at the start of the gulpfile
require('babel-core/register');