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

fix(gatsby-adapter-netlify): support monorepos (#39005) #39037

Merged
merged 1 commit into from
Jul 12, 2024

Commits on Jul 11, 2024

  1. fix(gatsby-adapter-netlify): support monorepos (#39005)

    * test: run e2e adapters in monorepo setup
    
    * fix(gatsby-adapter-netlify): ensure we set includedFilesBasePath so monorepo cases will bundle all required files correctly
    
    * fix(gatsby): don't rely on process.cwd() in lambda for ssr/dsg, instead infer root of 'gatsby' through relative path from entry module and set process.cwd() based on that so rest of utils relying on process.cwd() continue to work in monorepo scenarios
    
    * chore: minor cleanup
    
    * chore: bump caniuse-lite
    
    (cherry picked from commit 1a56c34)
    pieh committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    aeec99e View commit details
    Browse the repository at this point in the history