mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Inject early on when reloading-and-profiling
This commit is contained in:
@@ -33,7 +33,12 @@
|
||||
"devtools_page": "main.html",
|
||||
|
||||
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
|
||||
"web_accessible_resources": ["main.html", "panel.html", "build/backend.js"],
|
||||
"web_accessible_resources": [
|
||||
"main.html",
|
||||
"panel.html",
|
||||
"build/backend.js",
|
||||
"build/renderer.js"
|
||||
],
|
||||
|
||||
"background": {
|
||||
"scripts": ["build/background.js"],
|
||||
|
||||
Reference in New Issue
Block a user