Fix hyper-annoying importFile.worker.worker.js warning on startup
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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
cac3436e01
commit
15271ea911
12
desktop/plugins/public/reactdevtools/scripts/tsconfig.json
Normal file
12
desktop/plugins/public/reactdevtools/scripts/tsconfig.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2017",
|
||||
"module": "nodenext",
|
||||
"jsx": "react",
|
||||
"noEmit": true,
|
||||
"strict": true,
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user