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(flight-manifest-plugin): passthrough intercepting routes in manifest #52958

Closed
wants to merge 6 commits into from
Closed

fix(flight-manifest-plugin): passthrough intercepting routes in manifest #52958

wants to merge 6 commits into from

Conversation

casperiv0
Copy link
Contributor

@casperiv0 casperiv0 commented Jul 20, 2023

What?

Use normalizeAppPath so it only parses groups, etc. It will passthrough the intercepting routes

Why?

This feature wasn't working previously

Fixes #52862

@ijjk
Copy link
Member

ijjk commented Jul 20, 2023

Allow CI Workflow Run

  • approve CI run for commit: e8c3dbb

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

@kodiakhq kodiakhq bot closed this in #52961 Jul 20, 2023
kodiakhq bot pushed a commit that referenced this pull request Jul 20, 2023
We have the logic to group the client compiler's entry names to make sure we generate one single manifest file for the page. This is complicated and requires a special step to "group" the entry names because a page can depend on a bunch of files from everywhere.

And currently, the normalization of "entryName → groupName" doesn't cover interception routes' conventions (`(.)`, `(..)` and `(...)`). This PR fixes that.

Closes #52862, closes #52681, closes #52958.
@casperiv0 casperiv0 deleted the fix/passthrough-intercepting-routes branch July 21, 2023 06:37
@casperiv0 casperiv0 restored the fix/passthrough-intercepting-routes branch July 21, 2023 06:37
@casperiv0 casperiv0 deleted the fix/passthrough-intercepting-routes branch July 21, 2023 06:37
@casperiv0 casperiv0 restored the fix/passthrough-intercepting-routes branch July 21, 2023 06:37
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
2 participants