Commit 0acf43d
fix(client): remove hardcoded Vite HMR client script
The manual /@vite/client script tag was causing __DEFINES__ runtime
errors in production builds. Vite automatically injects HMR client
in development mode, so this hardcoded reference is unnecessary and
breaks production bundles.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 4ee541b commit 0acf43d
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
0 commit comments