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: v2.0.1
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.2
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Feb 11, 2021

  1. fix(targets): ensure we only transpile what's necessary

    before this commit we were still reading from:
    - user babelrc
    - user TypeScript compilerOptions (while we need different ones)
    - browserlists
    
    before this commit we were trying to minize code down to ES5 which would code
    weird issues with modules like Knex:
    
    `Class constructor  cannot be invoked without 'new'`
    
    Which resulted in heavily transpiled code while Node.js do not need so much
    changes.
    
    It's now a lot better. Enjoy.
    vvo committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    7fd2212 View commit details
    Browse the repository at this point in the history
Loading