This repository was archived by the owner on Feb 5, 2020. It is now read-only.
Releases: flesch/node-lambda-babel-template
Releases · flesch/node-lambda-babel-template
v2.4.0
v2.2.1
v2.2.0
v2.1.2
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.