mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
d2a83f388fd7e60b16fedaa7accb26a6877774b9
## Summary
resolves #26051
After we upgrade to Manifest V3, the browser no longer allow us to run
`eval` within the extension. It's not a problem for prod build, but for
dev build, webpack has been using eval to inject the source map for
devtool. This PR changes it to an alternative method.
DiffTrain build for [78c4bec207](https://github.com/facebook/react/commit/78c4bec207795e718b5f4acc48ade19c8b94bf1f)
[View git log for this commit](https://github.com/facebook/react/commits/78c4bec207795e718b5f4acc48ade19c8b94bf1f)
Please do not delete this branch
Languages
JavaScript
67.1%
TypeScript
29.4%
HTML
1.5%
CSS
1.1%
C++
0.6%
Other
0.2%