react/packages/react-devtools-shell
Brian Vaughn 22ef96ae63
Devtools renable copy attr context menu for firefox (#17740)
* Use exportFunction() to share clipboard copy with JS running in document/page context.

* Remove no-longer-used option to disable copy operation.
2019-12-29 13:27:44 -08:00
..
src Devtools renable copy attr context menu for firefox (#17740) 2019-12-29 13:27:44 -08:00
index.html Moved shell fixture into packages/react-devtools-shell 2019-08-13 18:11:59 -07:00
now.json Moved shell fixture into packages/react-devtools-shell 2019-08-13 18:11:59 -07:00
package.json Remove dependency on local git checkout from build process (#17475) 2019-11-27 07:48:09 -08:00
README.md DevTools build script enhancements (#17653) 2019-12-18 14:34:40 -08:00
webpack.config.js Remove dependency on local git checkout from build process (#17475) 2019-11-27 07:48:09 -08:00

Harness for testing local changes to the react-devtools-inline and react-devtools-shared packages.

Development

This target should be run in parallel with the react-devtools-inline package. The first step then is to run that target following the instructions in the react-devtools-inline README.

The test harness can then be run as follows:

cd packages/react-devtools-shell

yarn start