AnomalyInnovations / serverless-nodejs-starter

A Node.js starter for Serverless Framework with ES6 and TypeScript support
https://serverless-stack.com/chapters/serverless-nodejs-starter.html
MIT License
755 stars 157 forks source link

upgrade to babel 7 #40

Open jjmax75 opened 5 years ago

jjmax75 commented 5 years ago

I'm working through the tutorial and was seeing some security vulnerabilities reported by NPM.

This gets rid of those and I've tested it using

serverless invoke local --function create --path mocks/create-event.json

jayair commented 5 years ago

Hey @jjmax75 thanks for the PR. I'm going to hold off on the Babel update since there is a new plugin (https://github.com/AnomalyInnovations/serverless-bundle) that we have in the works that addresses this.