Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wdjungst/react-project
/ getWebpackStats
Function
getWebpackStats
modules/PublicServerAPI.js:165–168 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
163
}
164
165
function
getWebpackStats() {
166
const
file = path.resolve(APP_PATH,
'.build'
,
'stats.json'
)
167
return
JSON.parse(fs.readFileSync(file,
'utf8'
))
168
}
169
170
function
getContent(req, appElement) {
171
return
(SERVER_RENDERING) ?
Callers
1
createServer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected