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

Add docs for Serverless target #6070

Merged
merged 13 commits into from
Jan 17, 2019

Commits on Jan 16, 2019

  1. Configuration menu
    Copy the full SHA
    794da0b View commit details
    Browse the repository at this point in the history
  2. Add summary

    timneutkens committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    5ce8484 View commit details
    Browse the repository at this point in the history
  3. Update packages/next/README.md

    Co-Authored-By: timneutkens <tim@timneutkens.nl>
    timothyis and timneutkens committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    f55fdb0 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-Authored-By: timneutkens <tim@timneutkens.nl>
    timothyis and timneutkens committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    c9467c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31af9c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Use Object.assign instead of object spread for serverless loader (ver…

    …cel#6056)
    
    Fixes vercel/now-builders#168
    
    For some reason with a certain mix of deps `...` is not supported in webpack's parsing.
    By default it is supported as all our tests passed before and we have deployed Next.js apps on v2 already.
    timneutkens committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    8736d47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9fa1f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b3e0bd View commit details
    Browse the repository at this point in the history
  4. Upgrade styled-jsx (vercel#6069)

    Introduces full support for Babel 7 including JSX Fragments shorthand. 
    Switched to visiting the `Program` path and then start a traversal manually to solve conflicts with other Babel plugins.
    giuseppeg authored and timneutkens committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    7274ec4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e5b4ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1834946 View commit details
    Browse the repository at this point in the history
  7. Bring back my changes

    timneutkens committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    d4bfb5f View commit details
    Browse the repository at this point in the history
  8. Add quotes

    timneutkens committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    0b92f5d View commit details
    Browse the repository at this point in the history