Commit 3f537f1
fix: don't crash if codegenConfig is not defined in package.json (#716)
This will prevent undefined from being thrown as error and actual error
will be thrown.
#713
Co-authored-by: Ritesh Shukla2 <[email protected]>1 parent a0ca7d2 commit 3f537f1
File tree
1 file changed
+1
-1
lines changed- packages/react-native-builder-bob/src/utils
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments