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

Releases: flesch/node-lambda-babel-template

v2.4.0

08 Feb 03:25
Compare
Choose a tag to compare

v2.2.1

30 Nov 02:29
Compare
Choose a tag to compare
2.2.1

v2.2.0

26 Aug 02:52
Compare
Choose a tag to compare
  • Uses Babel's latest preset by default instead of only es2015.

v2.1.2

10 Jul 04:27
Compare
Choose a tag to compare
  • Adds missing prepackage script to build index.js before creating the zip file.

v2.1.1

10 Jul 04:12
Compare
Choose a tag to compare
  • 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.

v2.1.0

22 Jun 03:02
Compare
Choose a tag to compare
v2.1.0