react/packages/react-devtools-extensions/edge
Tianyu Yao 44e2ca393e
React DevTools 4.26.0 -> 4.26.1 (#25478)
2022-10-14 10:36:52 -07:00
..
README.md React developer tools extension for Microsoft Edge (#18041) 2020-02-18 09:40:30 -08:00
build.js React developer tools extension for Microsoft Edge (#18041) 2020-02-18 09:40:30 -08:00
deploy.js React developer tools extension for Microsoft Edge (#18041) 2020-02-18 09:40:30 -08:00
manifest.json React DevTools 4.26.0 -> 4.26.1 (#25478) 2022-10-14 10:36:52 -07:00
now.json React developer tools extension for Microsoft Edge (#18041) 2020-02-18 09:40:30 -08:00
test.js Updates the DevTools test script to make it easier to test other URLs. (#19179) 2020-06-23 11:48:35 -04:00

README.md

The Microsoft Edge extension

The source code for this extension has moved to shells/webextension.

Modify the source code there and then rebuild this extension by running node build from this directory or yarn run build:extension:edge from the root directory.

Testing in Microsoft Edge

You can test a local build of the web extension like so:

  1. Build the extension: node build
  2. Follow the on-screen instructions.