v1.3.1
alpic-ai/skybridgev1.3.1Jul 27, 2026by github-actions[bot]
AI Summary
Adds a `serverExternal` option to the Vite plugin to handle packages that break the server bundle (e.g., optional dependencies like dtrace-provider).
Key Highlights
- Allows extending esbuild externals via `skybridge({ serverExternal })`
New Features
- `serverExternal` option for Vite plugin configuration
Full Release Notes
Adds serverExternal to the Vite plugin, for packages that break the server bundle (e.g. bunyan's optional dtrace-provider).
## Changes
- fix(build): allow extending esbuild externals via skybridge({ serverExternal }) @harijoe (#1005)