Skip to content
This repository was archived by the owner on Nov 13, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vvo/aws-lambda-nodejs-webpack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: vvo/aws-lambda-nodejs-webpack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 6 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 18, 2020

  1. chore(deps-dev): bump semantic-release from 17.1.1 to 17.2.3

    Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.1.1 to 17.2.3.
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v17.1.1...v17.2.3)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    6ca1e3f View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2020

  1. chore(deps): bump ini from 1.3.5 to 1.3.8

    Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
    - [Release notes](https://github.com/isaacs/ini/releases)
    - [Commits](npm/ini@v1.3.5...v1.3.8)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 13, 2020
    Configuration menu
    Copy the full SHA
    4beefd6 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Merge pull request #5 from vvo/dependabot/npm_and_yarn/semantic-relea…

    …se-17.2.3
    
    chore(deps-dev): bump semantic-release from 17.1.1 to 17.2.3
    vvo authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    ed0e582 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from vvo/dependabot/npm_and_yarn/ini-1.3.8

    chore(deps): bump ini from 1.3.5 to 1.3.8
    vvo authored Jan 6, 2021
    Configuration menu
    Copy the full SHA
    67eae6d View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. feat(webpack5): move to webpack 5 + bunch of fixes

    - enforce using local (local to aws-lambda-nodejs-webpack) webpack/webpack-cli
      binaries
    - enforce using our local webpack & babel plugins/loaders
    - upgrade all deps
    - use webpack 5
    - use webpack caching as much as possible
    - use production mode of webpack
    - separate and minify node_modules into vendor.js, this way you can still
      possibly debug main.js in AWS console, as long as your own code is not too big
      for for AWS console
    
    If you're seeing issues, let me know :)
    
    BREAKING CHANGE: We're now using Webpack 5. If you're seeing anything weird, let
    us know.
    vvo committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    220700e View commit details
    Browse the repository at this point in the history
  2. feat(webpack5): move to webpack 5, +features, +fixes

    fix(deps): enforce using local (local to aws-lambda-nodejs-webpack) webpack/webpack-cli
    binaries
    fix(deps): enforce using our local webpack & babel plugins/loaders
    feat(deps): upgrade all deps
    feat(deps): use webpack 5
    perf(build): use webpack caching as much as possible
    perf(run): use production mode of webpack
    perf(size): separate and minify node_modules into vendor.js, this way you can still
    possibly debug main.js in AWS console, as long as your own code is not too big
    for AWS console
    If you're seeing issues, let me know :)
    
    BREAKING CHANGE: We're now using Webpack 5. If you're seeing anything weird, let
    us know.
    vvo authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    16999b7 View commit details
    Browse the repository at this point in the history
Loading