Skip to content
This repository was archived by the owner on Feb 5, 2020. It is now read-only.

v2.1.1

Choose a tag to compare

@flesch flesch released this 10 Jul 04:12
· 39 commits to master since this release
  • Updates webpack.config.jsbabel-loader is now just babel and var is now const. This was totally unnecessary, but it bugged me.
  • You can now run npm run package instead of npm run lambda -- package. Development files (like .nvmrc and webpack.config.js are excluded from the deployable package with --excludeGlobs, but node-lambda doesn't seem to always exclude all the files listed.
  • npm run setup was also added (though this shouldn't ever be needed as npm install does this with the postinstall script.