MCPcopy
hub / github.com/vitejs/vite / ssrLoadModule

Function ssrLoadModule

packages/vite/src/node/server/index.ts:680–683  ·  view source on GitHub ↗
(url, opts?: { fixStacktrace?: boolean })

Source from the content-addressed store, hash-verified

678 return devHtmlTransformFn(server, url, html, originalUrl)
679 },
680 async ssrLoadModule(url, opts?: { fixStacktrace?: boolean }) {
681 warnFutureDeprecation(config, 'removeSsrLoadModule')
682 return ssrLoadModule(url, server, opts?.fixStacktrace)
683 },
684 ssrFixStacktrace(e) {
685 warnFutureDeprecation(
686 config,

Callers

nothing calls this directly

Calls 2

warnFutureDeprecationFunction · 0.90
ssrLoadModuleFunction · 0.90

Tested by

no test coverage detected