Skip to content

Commit 45387c6

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/expo-system-ui-6.0.5
2 parents f8c3307 + f0227eb commit 45387c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/babel/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* eslint-disable */
2-
module.exports = function () {
2+
export default function () {
33
return {
44
plugins: [
55
require("./import-plugin").default,
66
"react-native-worklets/plugin",
77
],
88
};
9-
};
9+
}

0 commit comments

Comments
 (0)