{"version":3,"file":"static/js/legacyVideos.5061d761.chunk.js","mappings":"sJAEO,SAAeA,EACpBC,G,4HAEgB,SAAM,qC,cAAhBC,EAAU,SAShBD,EAAUE,SAAWD,E","sources":["node_modules/@segment/analytics-next/src/plugins/legacy-video-plugins/index.ts"],"sourcesContent":["import { Analytics } from '../../core/analytics'\n\nexport async function loadLegacyVideoPlugins(\n analytics: Analytics\n): Promise {\n const plugins = await import(\n // @ts-expect-error\n '@segment/analytics.js-video-plugins/dist/index.umd.js'\n )\n\n // This is super gross, but we need to support the `window.analytics.plugins` namespace\n // that is linked in the segment docs in order to be backwards compatible with ajs-classic\n\n // @ts-expect-error\n analytics._plugins = plugins\n}\n"],"names":["loadLegacyVideoPlugins","analytics","plugins","_plugins"],"sourceRoot":""}