Skip to content

Conversation

@obenland
Copy link
Member

Description

Fixes the webpack chunk output directory issue where feed-stage.js and feed-inspector.js were being output to the root build/ directory instead of build/social-web/.

Changes

  • Updated webpackChunkName comments in lazy imports to include the social-web/ prefix
  • Changed feed-stagesocial-web/feed-stage
  • Changed feed-inspectorsocial-web/feed-inspector

This aligns with the existing social-web/vendors chunk naming pattern and ensures all social-web chunks are properly organized in the same directory.

Testing

  • Rebuilt the project
  • Verified chunks now output to build/social-web/:
    • feed-inspector.js
    • feed-stage.js
    • style-feed-stage-rtl.css
    • style-feed-stage.css

@github-actions github-actions bot added the [Focus] Editor Changes to the ActivityPub experience in the block editor label Nov 18, 2025
@pfefferle
Copy link
Member

oops!

@obenland obenland force-pushed the update/social-web-build branch from e9a7abe to 3e18f5f Compare November 18, 2025 15:24
@obenland obenland requested a review from pfefferle November 18, 2025 15:27
@obenland obenland self-assigned this Nov 18, 2025
@obenland obenland requested a review from pfefferle November 18, 2025 15:54
"integrity": "sha512-eohl3hKTiVyD1ilYdw9T0OiB4hnjef89e3dMYKz+mVKDzj+5IteTseASUsOB+EU9Tf6VNTCjDePcP6wkDGmLKQ==",
"dev": true,
"license": "MIT",
"peer": true,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What are these artifacts? I also had them several times!?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It indicates that a package is installed to satisfy a peer dependency requirement from another package rather than being a direct or transitive regular dependency.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

Updates webpackChunkName comments in lazy imports to include the social-web/ prefix, ensuring feed-stage and feed-inspector chunks output to build/social-web/ instead of the build root directory. This aligns with the existing vendors chunk naming pattern.
@obenland obenland force-pushed the update/social-web-build branch from 1c7ad11 to 0f3b6ec Compare November 18, 2025 16:13
@obenland obenland requested a review from pfefferle November 18, 2025 16:14
@obenland obenland merged commit 4ff314a into add/reader Nov 18, 2025
4 checks passed
@obenland obenland deleted the update/social-web-build branch November 18, 2025 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[Focus] Editor Changes to the ActivityPub experience in the block editor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants