Commit dcb50b3
feat(gdu): add manualChunks for mfe-configs chunk naming (#400)
* feat(gdu): add manualChunks to Vite config for mfe-configs chunk naming
Route all packages/global-configs modules into a mfe-configs named chunk,
mirroring webpack's splitChunks convention. Ensures CI tokenReplacement.sh
can find and replace #{...} config tokens in Vite/Rolldown builds, fixing
WebSocket subscription failures from unreplaced tokens.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore: Applies formatting
* Update packages/gdu/config/vite/types.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update packages/gdu/config/vite/vite.config.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent 79be5ec commit dcb50b3
File tree
3 files changed
+18
-0
lines changed- .changeset
- packages/gdu/config/vite
3 files changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
131 | 138 | | |
132 | 139 | | |
133 | 140 | | |
| |||
0 commit comments