Gulp plugin to transpile ES6 (ES2015) files to ES5 using babel-core. Current version 0.1.1, no known release cadence. Key differentiator: wraps babel-core as a Gulp pipeline plugin, but is very early and unmaintained. Consider using @babel/gulp-babel instead, as this package is essentially abandoned and relies on outdated babel-core 5.x.
npm install gulp-babel-transpilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic Gulp task using gulp-babel-transpiler to transpile .js files from es6 to es5_app directory.
Migrate to @babel/gulp-babel and @babel/preset-env.
If you need modern Babel features, switch to @babel/gulp-babel.
Use const babel = require('gulp-babel-transpiler');npm install babel-core --save-dev
Use 'const babel = require('gulp-babel-transpiler');'