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.
1 parent a9fee2e commit 7996f15Copy full SHA for 7996f15
1 file changed
packages/haul-babel-preset-react-native/src/index.ts
@@ -28,7 +28,10 @@ function isTSXSource(fileName: string) {
28
return !!fileName && fileName.endsWith('.tsx');
29
}
30
31
-export default function getHaulBabelPreset(options: { hermes: boolean }) {
+export default function getHaulBabelPreset(
32
+ api: any,
33
+ options: { hermes: boolean }
34
+) {
35
return {
36
compact: false,
37
overrides: [
0 commit comments