node-babel-preset-env

Babel preset for each environment
  https://github.com/babel/babel/tree/master/packages/babel-preset-env
  0
  no reviews



Babel preset that can automatically determine the Babel plugins and polyfills you need based on your supported environments.

Babel is a JavaScript compiler to use next generation JavaScript, today.

ES2015 and beyond: Babel has support for the latest version of JavaScript through syntax transformers. These plugins allow you to use new syntax, right now without waiting for browser support.

Node.js is an event-based server-side JavaScript engine.