Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
apache
/
answer
Public
Notifications
You must be signed in to change notification settings
Fork
1.4k
Star
15.7k
Code
Issues
104
Pull requests
33
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
build: replace Create React App with Vite
- #1616
#1616
Merged
robinv8
merged 25 commits into
apache:dev
apache/answer:dev
from
xantorres:build/vite-2-cutover
xantorres/answer:build/vite-2-cutover
Copy head branch name to clipboard
Sep 18, 2026
Conversation
Commits
25
(25)
Checks
Files changed
Merged
build: replace Create React App with Vite
#1616
robinv8
merged 25 commits into
apache:dev
apache/answer:dev
from
xantorres:build/vite-2-cutover
xantorres/answer:build/vite-2-cutover
Copy head branch name to clipboard
Commits
Commits on Sep 15, 2026
chore: ignore build output regardless of asset directory depth
Show description for 1fa101f
xantorres
committed
1fa101f
View commit details
Copy full SHA for 1fa101f
Browse repository at this point
build: replace Create React App with Vite
Show description for 70e9d29
xantorres
committed
70e9d29
View commit details
Copy full SHA for 70e9d29
Browse repository at this point
refactor: read environment variables through import.meta.env
Show description for 200b894
xantorres
committed
200b894
View commit details
Copy full SHA for 200b894
Browse repository at this point
refactor: import diff, semver and image assets as ES modules
Show description for c0e5509
xantorres
committed
c0e5509
View commit details
Copy full SHA for c0e5509
Browse repository at this point
style: drop tilde prefixes from Sass imports
Show description for 757fb0f
xantorres
committed
757fb0f
View commit details
Copy full SHA for 757fb0f
Browse repository at this point
fix: resolve page modules through a statically analyzable import
Show description for e9943a3
xantorres
committed
e9943a3
View commit details
Copy full SHA for e9943a3
Browse repository at this point
fix: parse built asset tags without depending on the emitted format
Show description for d7391da
xantorres
committed
d7391da
View commit details
Copy full SHA for d7391da
Browse repository at this point
build: remove the Create React App toolchain
Show description for 131fc67
xantorres
committed
131fc67
View commit details
Copy full SHA for 131fc67
Browse repository at this point
fix: register plugin translations without depending on evaluation order
Show description for 1d51d19
xantorres
committed
1d51d19
View commit details
Copy full SHA for 1d51d19
Browse repository at this point
chore: drop leftovers from the previous build toolchain
Show description for 524aadf
xantorres
committed
524aadf
View commit details
Copy full SHA for 524aadf
Browse repository at this point
build: load the build config as a real ES module
Show description for b43f089
xantorres
committed
b43f089
View commit details
Copy full SHA for b43f089
Browse repository at this point
fix: drop the no-op defer attribute from the module script tag
Show description for 1252d1a
xantorres
committed
1252d1a
View commit details
Copy full SHA for 1252d1a
Browse repository at this point
chore: remove the scaffold test left by the old toolchain
Show description for f89b1b7
xantorres
committed
f89b1b7
View commit details
Copy full SHA for f89b1b7
Browse repository at this point
fix: emit the bootstrap-icons font files the stylesheet points at
Show description for 0a2270f
xantorres
committed
0a2270f
View commit details
Copy full SHA for 0a2270f
Browse repository at this point
fix: honor the configured public url in built asset paths
Show description for d72831a
xantorres
committed
d72831a
View commit details
Copy full SHA for d72831a
Browse repository at this point
build: check types during the production build
Show description for 949114e
xantorres
committed
949114e
View commit details
Copy full SHA for 949114e
Browse repository at this point
style: apply the formatter to request.ts
Show description for df369e8
xantorres
committed
df369e8
View commit details
Copy full SHA for df369e8
Browse repository at this point
build: silence dependency deprecation noise in sass output
Show description for 26f29bf
xantorres
committed
26f29bf
View commit details
Copy full SHA for 26f29bf
Browse repository at this point
build: keep yaml parsing on the schema the previous loader used
Show description for 93462eb
xantorres
committed
93462eb
View commit details
Copy full SHA for 93462eb
Browse repository at this point
fix: serve the module script with the same tag shape the build emits
Show description for 2ca0993
xantorres
committed
2ca0993
View commit details
Copy full SHA for 2ca0993
Browse repository at this point
build: raise the release workflow Node to the bundler's floor
Show description for 73482a2
xantorres
committed
73482a2
View commit details
Copy full SHA for 73482a2
Browse repository at this point
chore: note vite's serve-mode reduction of absolute base urls
Show description for 0f881d7
xantorres
committed
0f881d7
View commit details
Copy full SHA for 0f881d7
Browse repository at this point
build: declare the bundler's real Node support range
Show description for 2cf01e5
xantorres
committed
2cf01e5
View commit details
Copy full SHA for 2cf01e5
Browse repository at this point
build: type the environment variables the app reads
Show description for dc4d65b
xantorres
committed
dc4d65b
View commit details
Copy full SHA for dc4d65b
Browse repository at this point
fix: correct malformed custom property in editor background
Show description for 6caaa4e
xantorres
committed
6caaa4e
View commit details
Copy full SHA for 6caaa4e
Browse repository at this point
You can’t perform that action at this time.