Skip to content

Commit 27e2d2d

Browse files
fix(frontend): Restore vite-plugin-svgr for SVG-as-React-component imports
The codebase extensively uses SVG imports with ?react query syntax (39 imports in src/assets/index.js). vite-plugin-svgr is required to transform these imports into React components. Changes: - Add vite-plugin-svgr@^4.5.0 to devDependencies - Restore svgr plugin in vite.config.js - Add vite-plugin-svgr type references in vite-env.d.ts - Remove conflicting public/index.html from CRA migration Fixes white screen issue caused by SVG components failing to render. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 121b693 commit 27e2d2d

File tree

5 files changed

+709
-17
lines changed

5 files changed

+709
-17
lines changed

0 commit comments

Comments
 (0)