Skip to content

Feat 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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

FOkvj
Copy link
Contributor

@FOkvj FOkvj commented May 28, 2025

image image image

@fangyinc fangyinc requested a review from Copilot May 29, 2025 07:46
Copy link
Contributor

@Copilot Copilot AI left a 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)

@fangyinc
Copy link
Collaborator

@FOkvj The service isn't working properly.

image

@FOkvj
Copy link
Contributor Author

FOkvj commented May 29, 2025

fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants