Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/webpack/webpack-dev-server
/ getClientEntry
Method
getClientEntry
lib/Server.js:1622–1624 ·
view source on GitHub ↗
* @returns {string}
()
Source
from the content-addressed store, hash-verified
1620
*/
1621
1622
getClientEntry() {
1623
return
cjsRequire.resolve(
"../client/index.js"
);
1624
}
1625
1626
/**
1627
* @returns {string | void} client hot entry
Callers
1
addAdditionalEntries
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected