This repository was archived by the owner on Feb 5, 2020. It is now read-only.
v2.1.1
- Updates
webpack.config.js—babel-loaderis now justbabelandvaris nowconst. This was totally unnecessary, but it bugged me. - You can now run
npm run packageinstead ofnpm run lambda -- package. Development files (like.nvmrcandwebpack.config.jsare excluded from the deployable package with--excludeGlobs, butnode-lambdadoesn't seem to always exclude all the files listed. npm run setupwas also added (though this shouldn't ever be needed asnpm installdoes this with thepostinstallscript.