Summary:
Gets rid of
{F1074904830}
See D48603710 for some more information.
This patches the bundle which includes the reference to silence the error.
Changelog: No longer show importFile.worker.worker.js warning on startup
Reviewed By: lblasa
Differential Revision: D48605129
fbshipit-source-id: 20dc292191742400c8c390a75b1e53f11630ad5a
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
|
|
"name": "flipper-plugin-react-devtools",
|
|
"id": "React",
|
|
"version": "0.0.0",
|
|
"pluginType": "device",
|
|
"supportedDevices": [
|
|
{
|
|
"os": "Metro",
|
|
"archived": false
|
|
}
|
|
],
|
|
"main": "dist/bundle.js",
|
|
"flipperBundlerEntry": "index.tsx",
|
|
"serverAddOn": "dist/serverAddOn.js",
|
|
"flipperBundlerEntryServerAddOn": "serverAddOn.tsx",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"flipper-plugin"
|
|
],
|
|
"dependencies": {
|
|
"@rollup/plugin-commonjs": "^21.0.3",
|
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
"react-devtools-core": "^4.28.0",
|
|
"react-devtools-inline": "^4.28.0",
|
|
"rollup": "^2.70.1",
|
|
"ws": "^8.5.0"
|
|
},
|
|
"title": "React DevTools",
|
|
"icon": "app-react",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/flipper/issues"
|
|
},
|
|
"devDependencies": {
|
|
"fs-extra": "^11.1.1",
|
|
"ts-node": "^10.9.1"
|
|
},
|
|
"peerDependencies": {
|
|
"flipper-plugin": "*"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "ts-node scripts/remove-sourcemap-reference.tsx"
|
|
}
|
|
}
|