Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including @exponent/gulp-babel with all npm packages installed. Try it out:

require("gulp-sourcemaps/package.json"); // gulp-sourcemaps is a peer dependency. require("babel-core/package.json"); // babel-core is a peer dependency. require("babel-runtime/package.json"); // babel-runtime is a peer dependency. require("gulp/package.json"); // gulp is a peer dependency. require("@exponent/gulp-changed/package.json"); // @exponent/gulp-changed is a peer dependency. require("gulp-plumber/package.json"); // gulp-plumber is a peer dependency. require("gulp-util/package.json"); // gulp-util is a peer dependency. require("gulp-watch/package.json"); // gulp-watch is a peer dependency. var gulpBabel = require("@exponent/gulp-babel")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

@exponent/gulp-babel v7.1.0

Turn ES6 code into vanilla ES5 with no runtime required

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free