Skip to content

Commit 817122b

Browse files
amir-zahediclaude
andauthored
chore(gdu): add changeset for Overdrive barrel-split plugin (#409)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3e1a9ca commit 817122b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
"gdu": minor
3+
---
4+
5+
feat(gdu): add Overdrive barrel-splitting Vite plugin
6+
7+
Adds a Vite transform plugin that rewrites barrel imports from
8+
`@autoguru/overdrive` into deep component imports using a static 136-entry
9+
export manifest. This enables granular tree-shaking and prevents Vanilla
10+
Extract CSS side-effect leakage from unused components.
11+
12+
Also fixes dev mode env token replacement for Vite 8/OXC — custom
13+
`process.env.X` dotted member expressions are now correctly inlined via a
14+
`devEnvReplace` pre-transform plugin, resolving broken routing in dev mode.

0 commit comments

Comments
 (0)