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

feat(gatsby): make dev ssr bundling lazy (#28149) #28247

Merged
merged 1 commit into from
Nov 23, 2020
Merged

Commits on Nov 23, 2020

  1. feat(gatsby): make dev ssr bundling lazy (#28149)

    * feat(gatsby): make dev ssr bundling lazy
    
    * fix tests
    
    * fix race condition
    
    * typescript 😅
    
    * await getPageData to ensure it's been created before SSRing
    
    * instance isn't set in SSR
    
    * Fix a few more instances of this env var
    
    * Avoid setting anything for experimental features
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    (cherry picked from commit 70b81a6)
    KyleAMathews authored and vladar committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    b651746 View commit details
    Browse the repository at this point in the history