MCPcopy
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

1import ReactDom from "react-dom";
2import React from "react"; // <- this is a shared module, but used as usual
3import App from "./App";
4

Callers

nothing calls this directly

Calls 4

createElementMethod · 0.80
appendChildMethod · 0.80
renderMethod · 0.45
removeChildMethod · 0.45

Tested by

no test coverage detected