{{ message }}
Commit 2dcdf9a
committed
fix(router): mark router_resource module-level symbols as side-effect free
Top-level Symbol() calls in router_resource.ts lacked /* @__PURE__ */
annotations, preventing bundlers like esbuild and Rollup from tree-shaking
the module and its dependencies when provideRouter() is used without
withRouterResources().
Fixes #706961 parent c097c01 commit 2dcdf9a
1 file changed
Lines changed: 2 additions & 2 deletions

0 commit comments