We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c7663 commit f0227ebCopy full SHA for f0227eb
1 file changed
src/babel/index.ts
@@ -1,9 +1,9 @@
1
/* eslint-disable */
2
-module.exports = function () {
+export default function () {
3
return {
4
plugins: [
5
require("./import-plugin").default,
6
"react-native-worklets/plugin",
7
],
8
};
9
-};
+}
0 commit comments