Remove obsolete frontend build files#123
Merged
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Contributor
There was a problem hiding this comment.
Pull request overview
Removes unused React/Webpack build configuration from the Hugo-based site.
Changes:
- Removes Webpack and Babel configuration.
- Removes obsolete TypeScript and CSS module declarations.
- One blocking stale CI workflow reference remains.
Show a summary per file
| File | Description |
|---|---|
webpack.config.js |
Removes the obsolete Webpack build configuration. |
tsconfig.json |
Removes unused frontend TypeScript configuration. |
global.d.ts |
Removes unused CSS module declarations. |
babel.config.json |
Removes unused Babel presets. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comments suppressed due to low confidence (1)
webpack.config.js:1
- Deleting the webpack configuration leaves
.github/workflows/pr-check.yml:116-125running the obsolete “Build JS bundle” step and requiringstatic/js/bundle.js. The currentnpm run buildonly runs Hugo, so it cannot create that file and this check will exit 1. Remove or replace that workflow step as part of this cleanup.
- Files reviewed: 2/4 changed files
- Comments generated: 0
- Review effort level: Medium
well-architected-oss-bot Bot
pushed a commit
that referenced
this pull request
Jul 10, 2026
* Sync from github/github-well-architected-internal (main) Source Repository: github/github-well-architected-internal Source Branch: main Source SHA: 54a83c46c8a176a3e99d2af6a1aa34539f3fbd74 * Remove obsolete frontend build files (#123) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> * Remove obsolete frontend CI step Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: well-architected-sync-bot[bot] <235114805+well-architected-sync-bot[bot]@users.noreply.github.com> Co-authored-by: Shaffer Dehmlow <sdehm@github.com> Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove obsolete frontend build configuration files.