react/packages/react-devtools-shell/constants.js
Ruslan Lesiutin 4ddc019aca
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.
2023-06-14 13:15:52 +01:00

6 lines
122 B
JavaScript

const SUCCESSFUL_COMPILATION_MESSAGE = 'Compiled successfully.';
module.exports = {
SUCCESSFUL_COMPILATION_MESSAGE,
};