-
Notifications
You must be signed in to change notification settings - Fork 2.4k
feat(web): chart-view export data #2739
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
base: main
Are you sure you want to change the base?
Conversation
FOkvj
commented
May 28, 2025



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.
Pull Request Overview
This PR removes outdated Next.js static build artifacts under _next/static
, likely to refresh generated files after updates.
- Purges old webpack hot-update, SSG manifest, build manifest, and chunk files.
- Streamlines the static web assets directory for a clean rebuild.
- Ensures that only the latest generated assets will be present on the next build.
Reviewed Changes
Copilot reviewed 92 out of 92 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
.../static/web/_next/static/webpack/*.hot-update.json |
Removed obsolete hot-update metadata |
.../static/web/_next/static/*/_ssgManifest.js |
Cleared outdated SSG manifest files |
.../static/web/_next/static/*/_buildManifest.js |
Removed old build manifest scripts |
.../static/web/_next/static/chunks/*.js |
Deleted stale chunk files generated by webpack |
Other files under _next/static |
Bulk removal of outdated Next.js static artifacts |
Comments suppressed due to low confidence (1)
@FOkvj The service isn't working properly. |
fixed |
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.
Great feature.
LGTM
hi @FOkvj please resolve this conflict |