with references to the plugins you want to use. Then install the plugins via NPM. Repeat the same process if you need polyfills. Then either setup an NPM run script or use a build took like Gulp or Grunt with the appropriate plugins for Babel. If you want Babel to rebuild whenever you make a change you can either use a standalone node script to watch for changes or use a watch plugin for either Gulp or Grunt.