Skip to content

Commit fda3373

Browse files
committed
Add interop for export default to lib/plugin
1 parent 41b5484 commit fda3373

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rollup.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ export default [
6161
{
6262
file: `${mainDir}/plugin/index.js`,
6363
format: "cjs",
64+
// https://github.com/inokawa/react-native-react-bridge/issues/126
65+
interop: "auto",
6466
},
6567
],
6668
},

0 commit comments

Comments
 (0)