You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the only way to make it works is to install standalone react-devtools, and then add the script to head of the index.html file. <script src="http://localhost:8097"></script>
Instead of manually adding it and have to remember to remove it in production, is there any way to configure that in webpack? I am pretty new to webpack..
The text was updated successfully, but these errors were encountered:
Looks like the only way to make it works is to install standalone
react-devtools
, and then add the script to head of theindex.html
file.<script src="http://localhost:8097"></script>
And add the policy to
manifest.json
.refer to https://developer.chrome.com/docs/extensions/migrating/improve-security/#remove-unsupported-csv
Instead of manually adding it and have to remember to remove it in production, is there any way to configure that in webpack? I am pretty new to webpack..
The text was updated successfully, but these errors were encountered: