vinus
Version:
Vinus is an abstruction built on top of Gulp. It helps you accomplish common Gulp tasks without any initial configuration.
25 lines (15 loc) • 423 B
Plain Text
I am using babel 6
------------------
babelify
Babel browserify transform.
Installation
# Babel 7
$ npm install --save-dev babelify @babel/core
# Babel 6
$ npm install --save-dev babelify@8 babel-core
gulp-babel
Use next generation JavaScript, today, with Babel
# Babel 7
$ npm install --save-dev gulp-babel @babel/core @babel/preset-env
# Babel 6
$ npm install --save-dev gulp-babel@7 babel-core babel-preset-env