SIGN IN SIGN UP
facebook / react UNCLAIMED

The library for web and native user interfaces.

0 0 0 JavaScript

[DevTools] fix local build for extension (#26067)

## 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.
M
Mengdi Chen committed
78c4bec207795e718b5f4acc48ade19c8b94bf1f
Parent: cb16201
Committed by GitHub <noreply@github.com> on 1/27/2023, 8:35:07 PM