This repository has been 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-loader
is now justbabel
andvar
is nowconst
. This was totally unnecessary, but it bugged me. - You can now run
npm run package
instead ofnpm run lambda -- package
. Development files (like.nvmrc
andwebpack.config.js
are excluded from the deployable package with--excludeGlobs
, butnode-lambda
doesn't seem to always exclude all the files listed. npm run setup
was also added (though this shouldn't ever be needed asnpm install
does this with thepostinstall
script.