in src/lib/rollup.ts [16:19]
resolveId(source: string) { if (source === 'ssr' || source === 'dom') return source; return null; },