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:
Pascal Hartig
2023-08-24 04:28:54 -07:00
committed by Facebook GitHub Bot
parent cac3436e01
commit 15271ea911
4 changed files with 213 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
{
"compilerOptions": {
"target": "ES2017",
"module": "nodenext",
"jsx": "react",
"noEmit": true,
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true
}
}