Install dependencies:
bun install
Build bundle:
# File will be placed at dist/index.js and dist/index.bundle
bun run build
Load the given file before React. You can access exports thru globalThis.__REACT_DEVTOOLS__.exports
, and the version at globalThis.__REACT_DEVTOOLS__.version
.