dillon1000/react

Commit

chore[devtools]: upgrade to webpack v5 (#26887)

## Summary
- Updated `webpack` (and all related packages) to v5 in
`react-devtools-*` packages.
- I haven't touched any `TODO (Webpack 5)`. Tried to poke it, but each
my attempt failed and parsing hook names feature stopped working. I will
work on this in a separate PR.
- This work is one of prerequisites for updating Firefox extension to
manifests v3

related PRs:
https://github.com/facebook/react/pull/22267
https://github.com/facebook/react/pull/26506

## How did you test this change?
Tested on all surfaces, explicitly checked that parsing hook names
feature still works.
Browse files
Changed paths17 files
First-parent comparison
M packages/react-devtools-core/src/standalone.js ModifiedM packages/react-devtools-core/webpack.backend.js ModifiedM packages/react-devtools-core/webpack.standalone.js ModifiedM packages/react-devtools-extensions/build.js ModifiedM packages/react-devtools-extensions/package.json ModifiedM packages/react-devtools-extensions/webpack.backend.js ModifiedM packages/react-devtools-extensions/webpack.config.js ModifiedM packages/react-devtools-inline/package.json ModifiedM packages/react-devtools-inline/webpack.config.js ModifiedM packages/react-devtools-shared/src/hooks/parseHookNames/loadSourceAndMetadata.js ModifiedA packages/react-devtools-shell/constants.js AddedM packages/react-devtools-shell/package.json ModifiedM packages/react-devtools-shell/src/e2e-regression/devtools.js ModifiedR packages/react-devtools-shell/webpack.config.js →packages/react-devtools-shell/webpack-server.js RenamedM packages/react-devtools-timeline/package.json ModifiedM scripts/circleci/run_devtools_e2e_tests.js ModifiedM yarn.lock Modified
Patch

Files changed

Rendering syntax-highlighted changes…