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

Flatten public packs directory #10677

Merged
merged 1 commit into from
May 22, 2024
Merged

Flatten public packs directory #10677

merged 1 commit into from
May 22, 2024

Conversation

aduth
Copy link
Member

@aduth aduth commented May 22, 2024

🛠 Summary of changes

Flattens the public/packs directory to avoid nested public/packs/js.

Why?

Alternatively, I had considered flattening to public/js instead of public/packs, both to be more accurate to what it contains and to save a few more characters. This would require additional effort, since platform code exists which references public/packs/manifest.json and would need to be updated, in addition to corresponding internal references.

📜 Testing Plan

Verify no regression in JavaScript interactivity.

changelog: Internal, Performance, Reduce path size for static assets
@aduth aduth merged commit c5b25f6 into main May 22, 2024
2 checks passed
@aduth aduth deleted the aduth-flatten-packs branch May 22, 2024 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants