You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(offline): self-host CDN assets by default on production builds
Change optimize.offline to a tri-state (null/true/false). When unset it
now self-hosts external assets automatically for production builds
(--prod, deploy) while skipping serve/dev for fast local iteration.
Explicit true/false still force the behaviour either way.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments