`if (!babelCore.canCompile(pathname)) return callback();` returns error: ``` stream.js:94 throw er; // Unhandled stream error in pipe. ^ TypeError: undefined is not a function at babelTranspile (...\gulpfile.js:134 :20) ```
if (!babelCore.canCompile(pathname)) return callback();returns error: