Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 370 Bytes

File metadata and controls

20 lines (13 loc) · 370 Bytes

@revenge-mod/react-devtools-core

Build

Install dependencies:

bun install

Build bundle:

# File will be placed at dist/index.js and dist/index.bundle
bun run build

Usage

Load the given file before React. You can access exports thru globalThis.__REACT_DEVTOOLS__.exports, and the version at globalThis.__REACT_DEVTOOLS__.version.