MCPcopy Create free account
hub / github.com/mswjs/interceptors / startWebpackServer

Function startWebpackServer

test/webpackHttpServer.ts:20–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20async function startWebpackServer(): Promise<WebpackHttpServer> {
21 const server = new WebpackHttpServer({
22 webpackConfig,
23 })
24
25 await server.listen()
26
27 return server
28}

Callers 1

getWebpackHttpServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…