Skip to content

Commit f60d53f

Browse files
committed
fix: react-native-css/babel default export
1 parent 27c7663 commit f60d53f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)