8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
strictExportPresence
Suppose I have an import something like this:
import { foo } from 'bar';
Is there a way to get metro to throw an error if foo is not defined?
I Know webpack has the strictExportPresence option