Skip to content

Commit f0227eb

Browse files
authored
fix: react-native-css/babel default export (#146)
1 parent 27c7663 commit f0227eb

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)