Commit 88dcc75
fix: replace unnecessary dynamic import of vendorConfig with static import (#474)
vendorConfig.ts is already statically imported by SettingsContext, useApiKeyValidation,
Settings, and chat service, so the dynamic import() in ChatInterface.tsx provided no
code-splitting benefit and triggered a Vite build warning.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 25903a5 commit 88dcc75
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
338 | 339 | | |
339 | 340 | | |
340 | 341 | | |
341 | | - | |
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
| |||
0 commit comments