-
Notifications
You must be signed in to change notification settings - Fork 83
Fix Social Web webpack chunk output paths #2495
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
Conversation
|
oops! |
e9a7abe to
3e18f5f
Compare
| "integrity": "sha512-eohl3hKTiVyD1ilYdw9T0OiB4hnjef89e3dMYKz+mVKDzj+5IteTseASUsOB+EU9Tf6VNTCjDePcP6wkDGmLKQ==", | ||
| "dev": true, | ||
| "license": "MIT", | ||
| "peer": true, |
There was a problem hiding this comment.
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!?
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
1c7ad11 to
0f3b6ec
Compare
Description
Fixes the webpack chunk output directory issue where
feed-stage.jsandfeed-inspector.jswere being output to the rootbuild/directory instead ofbuild/social-web/.Changes
webpackChunkNamecomments in lazy imports to include thesocial-web/prefixfeed-stage→social-web/feed-stagefeed-inspector→social-web/feed-inspectorThis aligns with the existing
social-web/vendorschunk naming pattern and ensures all social-web chunks are properly organized in the same directory.Testing
build/social-web/:feed-inspector.jsfeed-stage.jsstyle-feed-stage-rtl.cssstyle-feed-stage.css