Skip to content

Commit cd6af9e

Browse files
authored
Merge pull request #127 from inokawa/plugin-default-interop
Add interop for export default to lib/plugin
2 parents 41b5484 + fda3373 commit cd6af9e

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)