/** * Full IIFE bundle with chat pre-registered on `__VTiltExtensions__`. * * Use when the chat widget must be ready immediately (hero CTAs, programmatic * `vt.sendChatMessage()` on first paint) without a second script request. * * PostHog equivalent: load `array.js` and side-effect-import `conversations.js`, * or use their bundler pattern: * import "posthog-js/dist/conversations" */ import "./all-external-dependencies"; import "./chat"; import "./array";