Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experimental: Serverless Trace target #8246

Merged
merged 14 commits into from
Aug 5, 2019
Merged

Commits on Aug 5, 2019

  1. Experimental: Serverless Trace target

    The Serverless Trace target produces Serverless-handler wrapped entrypoints, but does not bundle all of `node_modules`.
    
    This behavior increases bundling performance to be more akin to `target: 'server'`.
    
    This mode is expected to be used with smart platforms (like [ZEIT Now](https://zeit.co/now) that can trace a program to its minimum dependencies.
    Timer committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    95dcd65 View commit details
    Browse the repository at this point in the history
  2. Use more generic variables

    Timer committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    e6e0366 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8404f1d View commit details
    Browse the repository at this point in the history
  4. Verify Firebase compatiblity

    Timer committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    6a6fdc7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4633e31 View commit details
    Browse the repository at this point in the history
  6. Add serverless trace tests

    Timer committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    2db38aa View commit details
    Browse the repository at this point in the history
  7. Add _isLikeServerless helper

    Timer committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    76af117 View commit details
    Browse the repository at this point in the history
  8. Make constants

    Timer committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    5f6414d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8838249 View commit details
    Browse the repository at this point in the history
  10. Fix export

    Timer committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    cecef4b View commit details
    Browse the repository at this point in the history
  11. Update packages/next-server/server/config.ts

    Co-Authored-By: JJ Kasper <jj@jjsweb.site>
    Timer and ijjk authored Aug 5, 2019
    Configuration menu
    Copy the full SHA
    829a016 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6a5a914 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2e1e66c View commit details
    Browse the repository at this point in the history
  14. Update packages/next/build/index.ts

    Co-Authored-By: JJ Kasper <jj@jjsweb.site>
    Timer and ijjk authored Aug 5, 2019
    Configuration menu
    Copy the full SHA
    d0c5d69 View commit details
    Browse the repository at this point in the history