File tree Expand file tree Collapse file tree 3 files changed +16
-15
lines changed
Expand file tree Collapse file tree 3 files changed +16
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# gdu
22
3+ ## 13.17.0
4+
5+ ### Minor Changes
6+
7+ - 817122b: feat(gdu): add Overdrive barrel-splitting Vite plugin
8+
9+ Adds a Vite transform plugin that rewrites barrel imports from
10+ ` @autoguru/overdrive ` into deep component imports using a static 136-entry
11+ export manifest. This enables granular tree-shaking and prevents Vanilla
12+ Extract CSS side-effect leakage from unused components.
13+
14+ Also fixes dev mode env token replacement for Vite 8/OXC — custom
15+ ` process.env.X ` dotted member expressions are now correctly inlined via a
16+ ` devEnvReplace ` pre-transform plugin, resolving broken routing in dev mode.
17+
318## 13.16.2
419
520### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " gdu" ,
3- "version" : " 13.16.2 " ,
3+ "version" : " 13.17.0 " ,
44 "description" : " AutoGuru's development toolkit" ,
55 "homepage" : " https://github.com/autoguru-au/octane/tree/master/packages/gdu#readme" ,
66 "repository" : " https://github.com/autoguru-au/octane/tree/master/packages/gdu" ,
You can’t perform that action at this time.
0 commit comments