babel-preset-es2015-node icon indicating copy to clipboard operation
babel-preset-es2015-node copied to clipboard

:tropical_fish: Babel preset for the necessary es2015 plugins for your version of node

Results 2 babel-preset-es2015-node issues
Sort by recently updated
recently updated
newest added

Context: AWS Lambda runs Node.js v4, but locally we tend to run the latest. Given this mismatch, it would be nice to set the target Node.js version as an option...

enhancement

The latest version of Node.js supports more of ES2015 than Node.js 6.0: http://node.green/

enhancement