Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ bootstrap.js
File
bootstrap.js
examples/module-federation/src/bootstrap.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
ReactDom from
"react-dom"
;
2
import
React from
"react"
;
// <- this is a shared module, but used as usual
3
import
App from
"./App"
;
4
Callers
nothing calls this directly
Calls
4
createElement
Method · 0.80
appendChild
Method · 0.80
render
Method · 0.45
removeChild
Method · 0.45
Tested by
no test coverage detected