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

bug/issue 1223 nested SSR pages release branch rebase and refactor #1236

Conversation

thescientist13
Copy link
Member

@thescientist13 thescientist13 commented Jun 1, 2024

Related Issue

as part of rebasing master into the release branch, need to handle a conflict between #1223 / #1186, but mainly wanted to isolate this to a PR to better track the refactor for the benefit of #1223, and kind of works towards #1226

Note: the release branch CI process will fail until this PR lands - https://github.com/ProjectEvergreen/greenwood/actions/runs/9330931781

Summary of Changes

  1. Reintroduce SSR page bundle mapping in rollup.config.js to better remove ambiguity around similar bundle outputs, e.g.
    pages/
      index.js
      blog/
        index.js

Will file a separate PR for actually wrapping up #1226 though after I merge this.

@thescientist13 thescientist13 added bug Something isn't working CLI alpha.3 v0.30.0 labels Jun 1, 2024
@thescientist13 thescientist13 added this to the 1.0 milestone Jun 1, 2024
@thescientist13 thescientist13 changed the title Bug/issue 1226 nested ssr release branch rebase and refactor bug/issue 1226 nested ssr release branch rebase and refactor Jun 1, 2024
@thescientist13 thescientist13 changed the title bug/issue 1226 nested ssr release branch rebase and refactor bug/issue 1226 nested SSR pages release branch rebase and refactor Jun 1, 2024
@thescientist13 thescientist13 merged commit 1a21f68 into release/0.30.0 Jun 1, 2024
8 checks passed
@thescientist13 thescientist13 deleted the bug/issue-1226-nested-ssr-release-branch-rebase-and-refactor branch June 1, 2024 19:34
@thescientist13 thescientist13 changed the title bug/issue 1226 nested SSR pages release branch rebase and refactor bug/issue 1223 nested SSR pages release branch rebase and refactor Jun 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment